Skip to content

Commit

Permalink
Merge pull request #311 from mariux64/update-btrfs-progs-from-3.19.1-…
Browse files Browse the repository at this point in the history
…to-4.8.5

Update btrfs-progs from 3.19.1 to 4.8.5
  • Loading branch information
thomas authored Mar 9, 2017
2 parents aec84be + 1a4f468 commit 9baf165
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions btrfs-progs-3.19.1_p0_7542cc3-0.bee → btrfs-progs.be0
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
#!/usr/bin/env beesh

# BEE_VERSION btrfs-progs-4.8.5-0

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)

###############################################################################
## The source URL(s) define the location of the sources that will be
## downloaded. Version variables may be used to simplify reuse of this bee-file.

SRCURL[0]="/src/mariux/beeroot/downloads/btrfs-progs-${PKGVERSION}_p0_7542cc3.tar.bz2"
BEE_BUILDTYPE=autotools
SRCURL[0]="https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v${PKGVERSION}.tar.xz"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
## The sources will be patched in the order of the array.
Expand Down Expand Up @@ -51,10 +53,9 @@ build_in_sourcedir
# bee_patch "${@}"
#}

mee_configure() {
bee_configure
./configure
}
#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
Expand Down

0 comments on commit 9baf165

Please sign in to comment.