core/btrfs-progs/Pkgfile

20 lines
584 B
Plaintext

# 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
name=btrfs-progs
version=v3.14.2
release=1
source=(https://www.kernel.org/pub/linux/kernel/people/mason/btrfs-progs/$name-$version.tar.xz
http://crux.nu/files/distfiles/$name-man-$version.tar.xz)
build() {
cd $name-$version
sed -i '/btrfs-check.8.gz/d' Documentation/Makefile
make CFLAGS="$CFLAGS"
make prefix=/usr bindir=/sbin mandir=/usr/man DESTDIR=$PKG install
}