core/btrfs-progs/Pkgfile

16 lines
411 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
# Depends on: util-linux e2fsprogs
2010-07-13 22:32:30 +02:00
name=btrfs-progs
2013-03-07 10:43:36 +01:00
version=20130221
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
}