void-packages/templates/pkg-config.tmpl
Juan RP 841da643dc pkg-config: added libtool build dep.
--HG--
extra : convert_revision : 25b065f5df4a9fa3df53d73bdd52a387d66f3222
2008-10-20 17:12:44 +02:00

17 lines
666 B
Cheetah

# Template build file for 'pkg-config'
pkgname=pkg-config
version=0.23
distfiles="
http://pkgconfig.freedesktop.org/releases/$pkgname-$version@.tar.gz"
build_style=gnu_configure
configure_args="--disable-threads --with-pc-path=$XBPS_MASTERDIR/lib/pkgconfig"
short_desc="System for managing library compile/link flags"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=08a0e072d6a05419a58124db864f0685e6ac96e71b2875bf15ac12714e983b53
long_desc="
pkg-config is a system for managing library compile/link flags that
works with automake and autoconf. It replaces the ubiquitous
*-config scripts you may have seen with a single tool."
build_depends="libtool-2.2.6a"