btrfs-progs: updated to 3.19

This commit is contained in:
Fredrik Rinnestam 2015-03-12 20:01:14 +01:00
parent 817a8c9cc7
commit 7b5c1ad2bb
5 changed files with 10 additions and 7 deletions

View File

@ -5,9 +5,10 @@ drwxr-xr-x root/root sbin/
-rwxr-xr-x root/root sbin/btrfs-find-root
-rwxr-xr-x root/root sbin/btrfs-image
-rwxr-xr-x root/root sbin/btrfs-map-logical
-rwxr-xr-x root/root sbin/btrfs-select-super
-rwxr-xr-x root/root sbin/btrfs-show-super
-rwxr-xr-x root/root sbin/btrfs-zero-log
-rwxr-xr-x root/root sbin/btrfsck
lrwxrwxrwx root/root sbin/btrfsck -> btrfs
-rwxr-xr-x root/root sbin/btrfstune
-rwxr-xr-x root/root sbin/fsck.btrfs
-rwxr-xr-x root/root sbin/mkfs.btrfs

View File

@ -1,2 +1,2 @@
e0d3713a065a20985da7fbea87236107 btrfs-progs-man-v3.18.2.tar.xz
1059a9f7e444be704cfaccc0df128265 btrfs-progs-v3.18.2.tar.xz
ad3b529dfd14d445b8c94a3c3216aa1f btrfs-progs-man-v3.19.tar.xz
edb76ab11d78df7a5d5981807583acc2 btrfs-progs-v3.19.tar.xz

View File

@ -4,14 +4,16 @@
# Depends on: util-linux e2fsprogs lzo
name=btrfs-progs
version=3.18.2
version=3.19
release=1
source=(https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v$version.tar.xz \
$name-man-v$version.tar.xz)
build() {
cd $name-v$version
make CFLAGS="$CFLAGS"
make prefix=/usr bindir=/sbin mandir=/usr/man DESTDIR=$PKG install
./configure --prefix=/usr --mandir=/usr/man --bindir=/sbin
make
make DESTDIR=$PKG install
mv $PKG/usr/share/man $PKG/usr/man
rm -r $PKG/usr/share
}

Binary file not shown.