#!/usr/bin/bash # JOBoRun : Jwm OpenBox Obarun RUNit # Maintainer : Joe Bo Run # PkgSource : url="https://gittea.disroot.org/joborun-pkg/jobcore/$pkgname" # Website : https://pozol.eu #-----------------------------------------| DESCRIPTION |--------------------------------------- pkgname=fakeroot pkgver=1.35 pkgrel=01 pkgdesc='Tool for simulating superuser privileges w/o systemd' url='https://tracker.debian.org/pkg/fakeroot' groups=( jobbot ) install=fakeroot.install depends=('glibc' 'filesystem' 'sed' 'util-linux' 'sh') makedepends=('po4a') checkdepends=('sharutils') source=("https://deb.debian.org/debian/pool/main/f/$pkgname/${pkgname}_${pkgver}.orig.tar.gz") build() { cd $pkgname-$pkgver ./configure --prefix=/usr \ --libdir=/usr/lib/libfakeroot \ --disable-static \ --with-ipc=sysv make cd doc po4a -k 0 --rm-backups --variable 'srcdir=../doc/' po4a/po4a.cfg } check() { cd $pkgname-$pkgver make check } package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install install -dm0755 "$pkgdir/usr/lib/ld.so.conf.d/" echo '/usr/lib/libfakeroot' > "$pkgdir/usr/lib/ld.so.conf.d/fakeroot.conf" # install README for sysv/tcp usage install -Dm0644 README "$pkgdir/usr/share/doc/$pkgname/README" } #---- arch license gpg-key & sha256sums ---- arch=(x86_64) license=('GPL') sha256sums=(e5a427b4ab1eb4a2158b3312547a4155aede58735cd5c2910421988834b440a4) # fakeroot_1.35.orig.tar.gz ## 2b22d8054e2946f4ec3d66d872399eaa39aedbbd7660f879dcde2c4f12a815b9 fakeroot-1.35-01-x86_64.pkg.tar.lz