core/btrfs-progs/Pkgfile

16 lines
404 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
2012-04-12 20:59:07 +02:00
version=20120328
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
}