termux-packages/packages/pkg-config/build.sh

11 lines
427 B
Bash
Raw Normal View History

2015-06-13 01:03:31 +02:00
TERMUX_PKG_HOMEPAGE=http://www.freedesktop.org/wiki/Software/pkg-config/
TERMUX_PKG_DESCRIPTION="Helper tool used when compiling applications and libraries"
2015-11-08 07:49:04 +01:00
TERMUX_PKG_VERSION=0.29
2015-06-13 01:03:31 +02:00
TERMUX_PKG_SRCURL=http://pkgconfig.freedesktop.org/releases/pkg-config-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_DEPENDS="glib"
TERMUX_PKG_RM_AFTER_INSTALL="bin/*-pkg-config"
termux_step_pre_configure () {
rm -Rf $TERMUX_PREFIX/bin/*pkg-config
}