core/btrfs-progs/Pkgfile

19 lines
456 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
2010-07-13 22:42:49 +02:00
release=2
2010-07-13 22:32:30 +02:00
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
2010-07-13 22:32:30 +02:00
}