[arch-commits] Commit in fakechroot/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Sun Feb 9 15:04:58 UTC 2020


    Date: Sunday, February 9, 2020 @ 15:04:58
  Author: jelle
Revision: 375127

archrelease: copy trunk to extra-x86_64

Added:
  fakechroot/repos/extra-x86_64/PKGBUILD
    (from rev 375126, fakechroot/trunk/PKGBUILD)
Deleted:
  fakechroot/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   73 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-09 15:04:49 UTC (rev 375126)
+++ PKGBUILD	2020-02-09 15:04:58 UTC (rev 375127)
@@ -1,36 +0,0 @@
-# Maintainer:
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: Aaron Griffin <aaron at archlinux.org>
-
-pkgname=fakechroot
-pkgver=2.20.1
-pkgrel=1
-pkgdesc="Gives a fake chroot environment"
-arch=('x86_64')
-url="https://github.com/dex4er/fakechroot/wiki"
-license=('LGPL')
-source=($pkgname-$pkgver.tar.gz::https://github.com/dex4er/fakechroot/archive/${pkgver}.tar.gz)
-md5sums=('69612efa06636e79a56898512222b0fc')
-
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sbindir=/usr/bin \
-    --libdir=/usr/lib/libfakeroot --sysconfdir=/etc
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  # t/fts.t fails when building on BTRFS...  (really!)
-  make -k check
-}
-  
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-  
-  install -dm755 ${pkgdir}/etc/ld.so.conf.d/
-  echo '/usr/lib/libfakeroot/fakechroot/' > ${pkgdir}/etc/ld.so.conf.d/fakechroot.conf
-}

Copied: fakechroot/repos/extra-x86_64/PKGBUILD (from rev 375126, fakechroot/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-09 15:04:58 UTC (rev 375127)
@@ -0,0 +1,37 @@
+# Maintainer:
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Aaron Griffin <aaron at archlinux.org>
+
+pkgname=fakechroot
+pkgver=2.20.1
+pkgrel=2
+pkgdesc="Gives a fake chroot environment"
+arch=('x86_64')
+url="https://github.com/dex4er/fakechroot/wiki"
+license=('LGPL')
+depends=('sh' 'perl')
+source=($pkgname-$pkgver.tar.gz::https://github.com/dex4er/fakechroot/archive/${pkgver}.tar.gz)
+md5sums=('69612efa06636e79a56898512222b0fc')
+
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin \
+    --libdir=/usr/lib/libfakeroot --sysconfdir=/etc
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  # t/fts.t fails when building on BTRFS...  (really!)
+  make -k check
+}
+  
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+  
+  install -dm755 "${pkgdir}"/etc/ld.so.conf.d/
+  echo '/usr/lib/libfakeroot/fakechroot/' > "${pkgdir}"/etc/ld.so.conf.d/fakechroot.conf
+}



More information about the arch-commits mailing list