[arch-commits] Commit in nilfs-utils/repos (4 files)

Dan McGee dan at nymeria.archlinux.org
Fri Feb 14 19:44:20 UTC 2014


    Date: Friday, February 14, 2014 @ 20:44:19
  Author: dan
Revision: 205954

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

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

-------------------------+
 testing-i686/PKGBUILD   |   26 ++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   26 ++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

Copied: nilfs-utils/repos/testing-i686/PKGBUILD (from rev 205951, nilfs-utils/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2014-02-14 19:44:19 UTC (rev 205954)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Dan McGee <dan at archlinux.org>
+# Contributor: Geoffroy Carrier <geoffroy.carrier at koon.fr>
+
+pkgname=nilfs-utils
+pkgver=2.1.6
+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')
+source=(http://www.nilfs.org/download/$pkgname-$pkgver.tar.bz2)
+md5sums=('3d8166ba2346b61ac8dd83a64e92ae0f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./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 205953, nilfs-utils/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2014-02-14 19:44:19 UTC (rev 205954)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Dan McGee <dan at archlinux.org>
+# Contributor: Geoffroy Carrier <geoffroy.carrier at koon.fr>
+
+pkgname=nilfs-utils
+pkgver=2.1.6
+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')
+source=(http://www.nilfs.org/download/$pkgname-$pkgver.tar.bz2)
+md5sums=('3d8166ba2346b61ac8dd83a64e92ae0f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --sbindir=/usr/bin --with-libmount
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" sbindir=/usr/bin install LDCONFIG=/bin/true
+}




More information about the arch-commits mailing list