🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122232425262728293031323334353637383940
pkgname: fakeroot
pkgver: '1.37.1.1'
pkgrel: '1'
pkgdesc: 'Gives a fake root environment.'
url: 'https://packages.debian.org/fakeroot'
arch: x86_64
license:
- GPL3
depends: []
makedepends:
- libcap
- attr
source:
- 'https://ftp.debian.org/debian/pool/main/f/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
sed -i '/^SUBDIRS/d' doc/Makefile.am
./configure --prefix=/usr \
--disable-static \
--libdir=/usr/lib/libfakeroot \
--with-ipc=sysv
make
make DESTDIR=${PKGDIR} install
install -Dm644 COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING
install -dm755 ${PKGDIR}/etc/ld.so.conf.d/
echo '/usr/lib/libfakeroot' > "${PKGDIR}/etc/ld.so.conf.d/fakeroot.conf"
rm -f ${PKGDIR}/usr/lib/libfakeroot/libfakeroot.la
package: |
true