[Lunar-commits] <moonbase> btrfs-progs: fs tools for btrfs
Auke Kok
sofar at foo-projects.org
Wed Aug 19 20:03:05 CEST 2009
commit a9c60041d58f45752c85a1b0ec85a2148bbcbcf0
Author: Auke Kok <sofar at foo-projects.org>
Date: Wed Aug 19 20:03:05 2009 +0200
btrfs-progs: fs tools for btrfs
---
zbeta/btrfs-progs/BUILD | 7 +++++++
zbeta/btrfs-progs/DETAILS | 16 ++++++++++++++++
2 files changed, 23 insertions(+), 0 deletions(-)
diff --git a/zbeta/btrfs-progs/BUILD b/zbeta/btrfs-progs/BUILD
new file mode 100644
index 0000000..b14b924
--- /dev/null
+++ b/zbeta/btrfs-progs/BUILD
@@ -0,0 +1,7 @@
+(
+
+ prefix=/usr make &&
+ prepare_install &&
+ prefix=/usr make install
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/btrfs-progs/DETAILS b/zbeta/btrfs-progs/DETAILS
new file mode 100644
index 0000000..a48d4f2
--- /dev/null
+++ b/zbeta/btrfs-progs/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=btrfs-progs
+ VERSION=0.19
+ SOURCE=${MODULE}-${VERSION}.tar.bz2
+ SOURCE_URL=http://www.kernel.org/pub/linux/kernel/people/mason/btrfs/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_VFY=sha1:483b44e844c3a97ccb830add21ca9327545dbc69
+ WEB_SITE="http://btrfs.wiki.kernel.org/index.php/Main_Page"
+ ENTERED=20090819
+ UPDATED=20090819
+ SHORT="btrfs userspace tools"
+cat <<EOF
+Btrfs is a new copy on write filesystem for Linux aimed at implementing
+advanced features while focusing on fault tolerance, repair and easy
+administration. Initially developed by Oracle, Btrfs is licensed
+under the GPL and open for contribution from anyone.
+EOF
More information about the Lunar-commits
mailing list