Date: Friday, May 31, 2013 @ 09:36:19
  Author: tpowa
Revision: 186786

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  nilfs-utils/repos/staging-i686/
  nilfs-utils/repos/staging-i686/PKGBUILD
    (from rev 186785, nilfs-utils/trunk/PKGBUILD)
  nilfs-utils/repos/staging-x86_64/
  nilfs-utils/repos/staging-x86_64/PKGBUILD
    (from rev 186785, nilfs-utils/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   27 +++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   27 +++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

Copied: nilfs-utils/repos/staging-i686/PKGBUILD (from rev 186785, 
nilfs-utils/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD                               (rev 0)
+++ staging-i686/PKGBUILD       2013-05-31 07:36:19 UTC (rev 186786)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Dan McGee <[email protected]>
+# Contributor: Geoffroy Carrier <[email protected]>
+
+pkgname=nilfs-utils
+pkgver=2.1.5
+pkgrel=2
+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')
+options=(!libtool)
+source=(http://www.nilfs.org/download/$pkgname-$pkgver.tar.bz2)
+md5sums=('f072cc53c288492061b3199d63e32177')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --sbindir=/usr/bin --enable-libmount
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" sbindir=/usr/bin install LDCONFIG=/bin/true
+}

Copied: nilfs-utils/repos/staging-x86_64/PKGBUILD (from rev 186785, 
nilfs-utils/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2013-05-31 07:36:19 UTC (rev 186786)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Dan McGee <[email protected]>
+# Contributor: Geoffroy Carrier <[email protected]>
+
+pkgname=nilfs-utils
+pkgver=2.1.5
+pkgrel=2
+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')
+options=(!libtool)
+source=(http://www.nilfs.org/download/$pkgname-$pkgver.tar.bz2)
+md5sums=('f072cc53c288492061b3199d63e32177')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --sbindir=/usr/bin --enable-libmount
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" sbindir=/usr/bin install LDCONFIG=/bin/true
+}

Reply via email to