updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / pretendroot / PKGBUILD
blob045d6ab552d088939d4341c13ee807915deeaeb5
1 # Contributor: fancris3 <fancris3 at aol.com>
2 pkgname=pretendroot
3 pkgver=0.9
4 pkgrel=1
5 pkgdesc="Pretendroot is an LD_PRELOAD library which overrides some glibc calls, \
6 fakeroot alternative"
7 arch=(i686 x86_64)
8 url="http://freshmeat.net/projects/pretendroot/"
9 license=('GPL')
10 depends=()
11 source=(ftp://ftp.uhulinux.hu/pub/sources/pretendroot/$pkgname-$pkgver.tar.gz)
12 md5sums=('7370af045263c51a6d2e7a86f4c6915f')
14 build() {
15   cd ${pkgname}-${pkgver}
16   [ "$CARCH" = "x86_64" ] && sed -i "s|-ldl|-ldl -fPIC|g" Makefile
17   make || return 1
18   install -D -m755 pretendroot $startdir/pkg/usr/bin/pretendroot
19   install -D -m644 libpretendroot.so $startdir/pkg/usr/lib/libpretendroot.so