core/btrfs-progs/Pkgfile

16 lines
414 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
2012-07-13 13:08:22 +02:00
# Depends on: util-linux-ng e2fsprogs
2010-07-13 22:32:30 +02:00
name=btrfs-progs
2012-09-14 16:26:43 +02:00
version=20120904
release=1
source=(http://crux.s3.amazonaws.com/dist/$name-$version.tar.xz)
2010-07-13 22:32:30 +02:00
build() {
cd $name-$version
make CFLAGS="$CFLAGS"
make prefix=/usr bindir=/sbin DESTDIR=$PKG install
2010-07-13 22:32:30 +02:00
}