core/btrfs-progs/Pkgfile

18 lines
532 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 lzo
2010-07-13 22:32:30 +02:00
name=btrfs-progs
2014-10-18 22:02:54 +02:00
version=3.17
release=1
2014-10-18 22:02:54 +02:00
source=(https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v$version.tar.xz
2014-05-31 13:54:23 +02:00
http://crux.nu/files/distfiles/$name-man-$version.tar.xz)
2010-07-13 22:32:30 +02:00
build() {
2014-10-18 22:02:54 +02:00
cd $name-v$version
2014-05-31 13:54:23 +02:00
make CFLAGS="$CFLAGS"
2014-05-31 13:54:23 +02:00
make prefix=/usr bindir=/sbin mandir=/usr/man DESTDIR=$PKG install
2010-07-13 22:32:30 +02:00
}