Date: Sunday, September 18, 2016 @ 18:57:29
  Author: dan
Revision: 276687

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

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

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

Copied: nilfs-utils/repos/testing-i686/PKGBUILD (from rev 276686, 
nilfs-utils/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2016-09-18 18:57:29 UTC (rev 276687)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Dan McGee <d...@archlinux.org>
+# Contributor: Geoffroy Carrier <geoffroy.carr...@koon.fr>
+
+pkgname=nilfs-utils
+pkgver=2.2.5
+pkgrel=1
+pkgdesc="A log-structured file system supporting continuous snapshotting 
(userspace utils)"
+arch=('i686' 'x86_64')
+url="http://nilfs.sourceforge.net/";
+license=('GPL2' 'LGPL2.1')
+backup=('etc/nilfs_cleanerd.conf')
+depends=('util-linux')
+source=(http://nilfs.sourceforge.net/download/$pkgname-$pkgver.tar.bz2)
+md5sums=('2d3737b61a9eb25851477e3200726144')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i -e 's#root_sbindir=/sbin#root_sbindir=/usr/bin#' configure
+  ./configure --sbindir=/usr/bin --with-libmount
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" sbindir=/usr/bin install LDCONFIG=/bin/true
+}

Copied: nilfs-utils/repos/testing-x86_64/PKGBUILD (from rev 276686, 
nilfs-utils/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2016-09-18 18:57:29 UTC (rev 276687)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Dan McGee <d...@archlinux.org>
+# Contributor: Geoffroy Carrier <geoffroy.carr...@koon.fr>
+
+pkgname=nilfs-utils
+pkgver=2.2.5
+pkgrel=1
+pkgdesc="A log-structured file system supporting continuous snapshotting 
(userspace utils)"
+arch=('i686' 'x86_64')
+url="http://nilfs.sourceforge.net/";
+license=('GPL2' 'LGPL2.1')
+backup=('etc/nilfs_cleanerd.conf')
+depends=('util-linux')
+source=(http://nilfs.sourceforge.net/download/$pkgname-$pkgver.tar.bz2)
+md5sums=('2d3737b61a9eb25851477e3200726144')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i -e 's#root_sbindir=/sbin#root_sbindir=/usr/bin#' configure
+  ./configure --sbindir=/usr/bin --with-libmount
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" sbindir=/usr/bin install LDCONFIG=/bin/true
+}

Reply via email to