postgresql: Build man pages and minor tweaks
[termux-packages] / disabled-packages / premake / build.sh
1 TERMUX_PKG_HOMEPAGE=http://premake.github.io/
2 TERMUX_PKG_DESCRIPTION="Build script generator"
3 TERMUX_PKG_VERSION=4.4-beta5
4 TERMUX_PKG_SRCURL=http://downloads.sourceforge.net/project/premake/Premake/4.4/premake-${TERMUX_PKG_VERSION}-src.zip
5 TERMUX_PKG_FOLDERNAME=premake-${TERMUX_PKG_VERSION}
6 # TERMUX_PKG_DEPENDS="pcre, openssl, libuuid"
7 # TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-ssl=openssl"
8
9
10 termux_step_pre_configure () {
11 TERMUX_PKG_BUILDDIR=$TERMUX_PKG_SRCDIR/build/gmake.unix
12 }