fakeroot: fix missing libfakeroot.so

This commit is contained in:
Leonid Pliushch 2018-10-02 12:24:41 +03:00 committed by Fredrik Fornwall
parent 123549819d
commit ec9660119e
1 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,11 @@ TERMUX_PKG_MAINTAINER="Leonid Plyushch <leonid.plyushch@gmail.com> @xeffyr"
TERMUX_PKG_HOMEPAGE=http://packages.debian.org/fakeroot
TERMUX_PKG_DESCRIPTION="Tool for simulating superuser privileges (with tcp ipc)"
TERMUX_PKG_VERSION=1.23
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=http://ftp.debian.org/debian/pool/main/f/fakeroot/fakeroot_${TERMUX_PKG_VERSION}.orig.tar.xz
TERMUX_PKG_SHA256=009cd6696a931562cf1c212bb57ca441a4a2d45cd32c3190a35c7ae98506f4f6
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-ipc=tcp"
termux_step_post_make_install() {
ln -sfr "${TERMUX_PREFIX}/lib/libfakeroot-0.so" "${TERMUX_PREFIX}/lib/libfakeroot.so"
}