summaryrefslogtreecommitdiff
path: root/testing/nilfs-utils
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-04-21 04:17:42 +0000
committerroot <root@rshg047.dnsready.net>2011-04-21 04:17:42 +0000
commitfa4eccdc5034e6953e9b9381570ada0fb3ee983d (patch)
tree0e36297a392905958bf9ad80e8893b4e72ec2fb0 /testing/nilfs-utils
parent862a468489b5081755f9086204a012c7cd3beb3e (diff)
Thu Apr 21 04:17:42 UTC 2011
Diffstat (limited to 'testing/nilfs-utils')
-rw-r--r--testing/nilfs-utils/PKGBUILD26
1 files changed, 26 insertions, 0 deletions
diff --git a/testing/nilfs-utils/PKGBUILD b/testing/nilfs-utils/PKGBUILD
new file mode 100644
index 000000000..1e4ff27e1
--- /dev/null
+++ b/testing/nilfs-utils/PKGBUILD
@@ -0,0 +1,26 @@
+# $Id: PKGBUILD 120135 2011-04-20 11:43:51Z ibiru $
+# Maintainer : Ionut Biru <ibiru@archlinux.org>
+# Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr>
+pkgname=nilfs-utils
+pkgver=2.0.22
+pkgrel=1
+pkgdesc="A log-structured file system supporting continuous snapshotting (userspace utils)"
+arch=('i686' 'x86_64')
+url="http://www.nilfs.org/"
+license=('GPL2' 'LGPL2.1')
+backup=('etc/nilfs_cleanerd.conf')
+depends=('util-linux-ng')
+options=(!libtool)
+source=(http://www.nilfs.org/download/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('d7650e53fbd4a73ef56e07a354fdd2b0')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure --libdir=/lib
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install LDCONFIG=/bin/true
+}