core/btrfs-progs/Pkgfile

19 lines
456 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-ng
name=btrfs-progs
version=075587c
release=2
source=(http://crux.nu/files/distfiles/$name-unstable-$version.tar.gz)
build() {
cd $name-unstable-$version
make
install -d -m 755 $PKG/usr/man/man8
make prefix=/ bindir=/sbin mandir=/usr/man DESTDIR=$PKG install
}