[arch-commits] Commit in fakechroot/repos (6 files)

Allan McRae allan at nymeria.archlinux.org
Fri Dec 13 11:44:15 UTC 2013


    Date: Friday, December 13, 2013 @ 12:44:14
  Author: allan
Revision: 201501

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

Added:
  fakechroot/repos/testing-i686/
  fakechroot/repos/testing-i686/PKGBUILD
    (from rev 201500, fakechroot/trunk/PKGBUILD)
  fakechroot/repos/testing-i686/fakechroot.install
    (from rev 201500, fakechroot/trunk/fakechroot.install)
  fakechroot/repos/testing-x86_64/
  fakechroot/repos/testing-x86_64/PKGBUILD
    (from rev 201500, fakechroot/trunk/PKGBUILD)
  fakechroot/repos/testing-x86_64/fakechroot.install
    (from rev 201500, fakechroot/trunk/fakechroot.install)

-----------------------------------+
 testing-i686/PKGBUILD             |   35 +++++++++++++++++++++++++++++++++++
 testing-i686/fakechroot.install   |   11 +++++++++++
 testing-x86_64/PKGBUILD           |   35 +++++++++++++++++++++++++++++++++++
 testing-x86_64/fakechroot.install |   11 +++++++++++
 4 files changed, 92 insertions(+)

Copied: fakechroot/repos/testing-i686/PKGBUILD (from rev 201500, fakechroot/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2013-12-13 11:44:14 UTC (rev 201501)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Allan McRae <allan at archlinux.org>
+# Contributor: Aaron Griffin <aaron at archlinux.org>
+
+pkgname=fakechroot
+pkgver=2.17.1
+pkgrel=1
+pkgdesc="Gives a fake chroot environment"
+arch=('i686' 'x86_64')
+url="https://github.com/dex4er/fakechroot/wiki"
+license=('LGPL')
+install=fakechroot.install
+source=(https://github.com/dex4er/fakechroot/archive/${pkgver}.tar.gz)
+md5sums=('3c17eff0c854a77f98b4d0db086bc5bc')
+
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sbindir=/usr/bin \
+    --libdir=/usr/lib/libfakeroot --sysconfdir=/etc
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -j1 check
+}
+  
+package() {
+  cd ${srcdir}/${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/testing-i686/fakechroot.install (from rev 201500, fakechroot/trunk/fakechroot.install)
===================================================================
--- testing-i686/fakechroot.install	                        (rev 0)
+++ testing-i686/fakechroot.install	2013-12-13 11:44:14 UTC (rev 201501)
@@ -0,0 +1,11 @@
+post_install() {
+  sbin/ldconfig -r .
+}
+
+post_upgrade() {
+  sbin/ldconfig -r .
+}
+
+post_remove() {
+  sbin/ldconfig -r .
+}

Copied: fakechroot/repos/testing-x86_64/PKGBUILD (from rev 201500, fakechroot/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2013-12-13 11:44:14 UTC (rev 201501)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Allan McRae <allan at archlinux.org>
+# Contributor: Aaron Griffin <aaron at archlinux.org>
+
+pkgname=fakechroot
+pkgver=2.17.1
+pkgrel=1
+pkgdesc="Gives a fake chroot environment"
+arch=('i686' 'x86_64')
+url="https://github.com/dex4er/fakechroot/wiki"
+license=('LGPL')
+install=fakechroot.install
+source=(https://github.com/dex4er/fakechroot/archive/${pkgver}.tar.gz)
+md5sums=('3c17eff0c854a77f98b4d0db086bc5bc')
+
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sbindir=/usr/bin \
+    --libdir=/usr/lib/libfakeroot --sysconfdir=/etc
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -j1 check
+}
+  
+package() {
+  cd ${srcdir}/${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/testing-x86_64/fakechroot.install (from rev 201500, fakechroot/trunk/fakechroot.install)
===================================================================
--- testing-x86_64/fakechroot.install	                        (rev 0)
+++ testing-x86_64/fakechroot.install	2013-12-13 11:44:14 UTC (rev 201501)
@@ -0,0 +1,11 @@
+post_install() {
+  sbin/ldconfig -r .
+}
+
+post_upgrade() {
+  sbin/ldconfig -r .
+}
+
+post_remove() {
+  sbin/ldconfig -r .
+}




More information about the arch-commits mailing list