core/btrfs-progs/Pkgfile

23 lines
546 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
2010-07-13 22:42:49 +02:00
# Depends on: util-linux-ng
2010-07-13 22:32:30 +02:00
name=btrfs-progs
version=075587c
release=3
source=(http://crux.nu/files/distfiles/$name-unstable-$version.tar.gz
$name.diff)
2010-07-13 22:32:30 +02:00
build() {
cd $name-unstable-$version
# Fix the build with glibc 2.12:
patch -p1 -i $SRC/$name.diff
2010-07-13 22:32:30 +02:00
make
install -d -m 755 $PKG/usr/man/man8
make prefix=/ bindir=/sbin mandir=/usr/man DESTDIR=$PKG install
2010-07-13 22:32:30 +02:00
}