2008-10-04 04:29:49 +00:00
|
|
|
# Template build file for 'pkg-config'
|
|
|
|
pkgname=pkg-config
|
2010-05-31 09:08:13 +00:00
|
|
|
version=0.25
|
2009-10-30 21:14:09 +00:00
|
|
|
distfiles="http://pkgconfig.freedesktop.org/releases/$pkgname-$version.tar.gz"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2010-05-27 14:01:03 +00:00
|
|
|
configure_args="--with-installed-popt"
|
2011-11-12 05:01:02 +00:00
|
|
|
revision=1
|
2012-05-23 16:26:56 +00:00
|
|
|
makedepends="popt-devel"
|
2008-09-26 22:19:02 +00:00
|
|
|
short_desc="System for managing library compile/link flags"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2010-05-31 09:08:13 +00:00
|
|
|
checksum=3ba691ee2431f32ccb8efa131e59bf23e37f122dc66791309023ca6dcefcd10e
|
2008-09-26 22:19:02 +00:00
|
|
|
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."
|
2008-10-20 15:12:44 +00:00
|
|
|
|