[Lunar-commits] <moonbase> btrfs-progs-unstable: Provides additional tools needed for snapshotting/subvolume editing etc.
Florin Braescu
florin at lunar-linux.org
Mon Oct 18 10:49:13 CEST 2010
commit ca69e933dbfa96ef3548c364da0963e75b37cc88
Author: Florin Braescu <florin at lunar-linux.org>
Date: Mon Oct 18 11:49:13 2010 +0300
btrfs-progs-unstable: Provides additional tools needed for snapshotting/subvolume editing etc.
Submitted by Auke Kok.
---
zbeta/btrfs-progs-unstable/BUILD | 12 ++++++++++++
zbeta/btrfs-progs-unstable/CONFLICTS | 1 +
zbeta/btrfs-progs-unstable/DETAILS | 16 ++++++++++++++++
3 files changed, 29 insertions(+), 0 deletions(-)
diff --git a/zbeta/btrfs-progs-unstable/BUILD b/zbeta/btrfs-progs-unstable/BUILD
new file mode 100644
index 0000000..2e06ed1
--- /dev/null
+++ b/zbeta/btrfs-progs-unstable/BUILD
@@ -0,0 +1,12 @@
+(
+
+ sedit 's/^prefix.*/prefix = \//' Makefile
+ sedit 's/\/local//' man/Makefile &&
+ sedit 's/^bindir.*/bindir = \/sbin/' Makefile &&
+
+ make &&
+ make convert &&
+ prepare_install &&
+ make install
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/btrfs-progs-unstable/CONFLICTS b/zbeta/btrfs-progs-unstable/CONFLICTS
new file mode 100644
index 0000000..cfaae0b
--- /dev/null
+++ b/zbeta/btrfs-progs-unstable/CONFLICTS
@@ -0,0 +1 @@
+conflicts btrfs-progs
diff --git a/zbeta/btrfs-progs-unstable/DETAILS b/zbeta/btrfs-progs-unstable/DETAILS
new file mode 100644
index 0000000..70415c3
--- /dev/null
+++ b/zbeta/btrfs-progs-unstable/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=btrfs-progs-unstable
+ VERSION=git
+ SOURCE=${MODULE}-${VERSION}.tar.bz2
+ SOURCE_URL=git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs-unstable.git
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ WEB_SITE=http://btrfs.wiki.kernel.org/index.php/Main_Page
+ ENTERED=20101018
+ UPDATED=20101018
+ SHORT="btrfs userspace tools - additional 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