[arch-commits] CVS update of arch/build/system/fakeroot (PKGBUILD fakeroot.install)

Tobias Powalowski tpowa at archlinux.org
Sun May 13 08:00:51 UTC 2007


    Date: Sunday, May 13, 2007 @ 04:00:51
  Author: tpowa
    Path: /home/cvs-arch/arch/build/system/fakeroot

 Removed: PKGBUILD (1.20) fakeroot.install (1.1)

'rmpkg: moved in to base'


------------------+
 PKGBUILD         |   24 ------------------------
 fakeroot.install |   28 ----------------------------
 2 files changed, 52 deletions(-)


Index: arch/build/system/fakeroot/PKGBUILD
diff -u arch/build/system/fakeroot/PKGBUILD:1.20 arch/build/system/fakeroot/PKGBUILD:removed
--- arch/build/system/fakeroot/PKGBUILD:1.20	Wed Apr  4 20:58:49 2007
+++ arch/build/system/fakeroot/PKGBUILD	Sun May 13 04:00:52 2007
@@ -1,24 +0,0 @@
-# $Id: PKGBUILD,v 1.20 2007/04/05 00:58:49 thomas Exp $
-# Maintainer: judd <jvinet at zeroflux.org>
-# Contributor: Jochem Kossen <j.kossen at home.nl>
-pkgname=fakeroot
-pkgver=1.5.10
-pkgrel=2
-pkgdesc="Gives a fake root environment, useful for building packages as a non-privileged user"
-arch=(i686 x86_64)
-url="http://packages.debian.org/fakeroot"
-install=fakeroot.install
-depends=('glibc')
-license=('GPL')
-options=(NOLIBTOOL)
-source=(http://ftp.debian.org/debian/pool/main/f/$pkgname/$pkgname\_$pkgver.tar.gz
-        http://www.mail-archive.com/debian-bugs-dist%40lists.debian.org/msg284377/froot_1_5_10-atfuncs.patch)
-md5sums=('76730bf4c9068773e857e18c346d8c81')
-
-build() {
-  cd $startdir/src/$pkgname-$pkgver
-  patch -Np1 -i ../froot_1_5_10-atfuncs.patch || return 1
-  ./configure --prefix=/usr --libdir=/usr/lib/libfakeroot
-  make || return 1
-  make DESTDIR=$startdir/pkg install
-}
Index: arch/build/system/fakeroot/fakeroot.install
diff -u arch/build/system/fakeroot/fakeroot.install:1.1 arch/build/system/fakeroot/fakeroot.install:removed
--- arch/build/system/fakeroot/fakeroot.install:1.1	Tue Jan 11 18:41:49 2005
+++ arch/build/system/fakeroot/fakeroot.install	Sun May 13 04:00:52 2007
@@ -1,28 +0,0 @@
-# arg 1: the new package version
-post_install() {
-	if [ ! "`grep /usr/lib/libfakeroot etc/ld.so.conf`" ]; then
-		echo -n "updating /etc/ld.so.conf... "
-		echo "/usr/lib/libfakeroot" >>etc/ld.so.conf
-		sbin/ldconfig -r .
-		echo "done."
-	fi
-}
-
-# arg 1: the new package version
-# arg 2: the old package version
-post_upgrade() {
-	post_install $1
-}
-
-# arg 1: the old package version
-pre_remove() {
-	echo -ne "\nupdating /etc/ld.so.conf... "
-	sed -i -e '/\/usr\/lib\/libfakeroot/d' etc/ld.so.conf
-	sbin/ldconfig -r .
-	echo "done."
-}
-
-op=$1
-shift
-
-$op $*




More information about the arch-commits mailing list