summaryrefslogtreecommitdiffstats
path: root/btrfs-progs/Pkgfile.old
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2010-12-11 19:15:23 +0100
committerLukc <lukc@upyum.com>2010-12-11 19:15:35 +0100
commit6d908a38e05b9d4135c65d23114a5874215b5bb8 (patch)
treeb5e6da6d95b9a1235d82032b509b80483a886ff5 /btrfs-progs/Pkgfile.old
downloadbase-6d908a38e05b9d4135c65d23114a5874215b5bb8.tar.gz
base-6d908a38e05b9d4135c65d23114a5874215b5bb8.tar.bz2
base-6d908a38e05b9d4135c65d23114a5874215b5bb8.tar.xz
base-6d908a38e05b9d4135c65d23114a5874215b5bb8.zip
Engagement initial.
Diffstat (limited to 'btrfs-progs/Pkgfile.old')
-rw-r--r--btrfs-progs/Pkgfile.old22
1 files changed, 22 insertions, 0 deletions
diff --git a/btrfs-progs/Pkgfile.old b/btrfs-progs/Pkgfile.old
new file mode 100644
index 0000000..99e9310
--- /dev/null
+++ b/btrfs-progs/Pkgfile.old
@@ -0,0 +1,22 @@
+# 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-ng
+
+name=btrfs-progs
+version=075587c
+release=3
+source=(http://crux.nu/files/distfiles/$name-unstable-$version.tar.gz
+ $name.diff)
+
+build() {
+ cd $name-unstable-$version
+
+ # Fix the build with glibc 2.12:
+ patch -p1 -i $SRC/$name.diff
+
+ make
+
+ install -d -m 755 $PKG/usr/man/man8
+ make prefix=/ bindir=/sbin mandir=/usr/man DESTDIR=$PKG install
+}