core/btrfs-progs/Pkgfile

20 lines
549 B
Plaintext
Raw Normal View History

2010-07-13 22:32:30 +02:00
# Description: Filesystem utilities for btrfs
# URL: http://btrfs.wiki.kernel.org
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: util-linux e2fsprogs lzo
2010-07-13 22:32:30 +02:00
name=btrfs-progs
2014-10-15 17:44:43 +02:00
version=3.16.2
release=1
2014-10-15 17:44:43 +02:00
source=(http://crux.nu/files/distfiles/$name-$version.tar.xz
2014-05-31 13:54:23 +02:00
http://crux.nu/files/distfiles/$name-man-$version.tar.xz)
2010-07-13 22:32:30 +02:00
build() {
cd $name-$version
2014-05-31 13:54:23 +02:00
sed -i '/btrfs-check.8.gz/d' Documentation/Makefile
make CFLAGS="$CFLAGS"
2014-05-31 13:54:23 +02:00
make prefix=/usr bindir=/sbin mandir=/usr/man DESTDIR=$PKG install
2010-07-13 22:32:30 +02:00
}