From: Fredrik Fornwall Date: Fri, 4 Sep 2015 09:13:18 +0000 (-0400) Subject: libfakechroot: Add it as disabled package (does not compile) X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/83dd2d1fca48c92d55c289451018f05b83483db8?ds=inline libfakechroot: Add it as disabled package (does not compile) --- diff --git a/disabled-packages/libfakechroot/build.sh b/disabled-packages/libfakechroot/build.sh new file mode 100644 index 00000000..6f632a71 --- /dev/null +++ b/disabled-packages/libfakechroot/build.sh @@ -0,0 +1,5 @@ +TERMUX_PKG_HOMEPAGE=https://github.com/dex4er/fakechroot/wiki +TERMUX_PKG_DESCRIPTION="Library for creating fake chroots" +TERMUX_PKG_VERSION=2.17.2 +TERMUX_PKG_SRCURL=https://github.com/dex4er/fakechroot/archive/${TERMUX_PKG_VERSION}.tar.gz +TERMUX_PKG_FOLDERNAME=fakechroot-${TERMUX_PKG_VERSION}