[arch-commits] Commit in fakeroot/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Sat Mar 7 23:46:28 UTC 2009


    Date: Saturday, March 7, 2009 @ 18:46:28
  Author: andyrtr
Revision: 29324

upgpkg: fakeroot 1.12.2-1
    new version 1.12.2

Modified:
  fakeroot/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-03-07 23:44:04 UTC (rev 29323)
+++ PKGBUILD	2009-03-07 23:46:28 UTC (rev 29324)
@@ -3,7 +3,7 @@
 # Contributor: Jochem Kossen <j.kossen at home.nl>
 
 pkgname=fakeroot
-pkgver=1.12.1
+pkgver=1.12.2
 pkgrel=1
 pkgdesc="Gives a fake root environment, useful for building packages as a non-privileged user"
 arch=('i686' 'x86_64')
@@ -14,11 +14,12 @@
 depends=('glibc' 'filesystem' 'grep' 'sed')
 options=('!libtool')
 source=(http://ftp.debian.org/debian/pool/main/f/$pkgname/${pkgname}_${pkgver}.tar.gz)
-md5sums=('87970d6784f536cde84f9bcbaaa52720')
+md5sums=('1eb7d972a19159035892e7d132602726')
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
-  ./configure --prefix=/usr --libdir=/usr/lib/libfakeroot --disable-static
+  cd ${srcdir}/$pkgname-$pkgver
+  ./configure --prefix=/usr --libdir=/usr/lib/libfakeroot \
+	 --disable-static --with-ipc=tcp
   make || return 1
-  make DESTDIR=$startdir/pkg install
+  make DESTDIR=${pkgdir} install || return 1
 }




More information about the arch-commits mailing list