2008-10-04 04:29:49 +00:00
|
|
|
# Template build file for 'pkg-config'
|
|
|
|
pkgname=pkg-config
|
2010-05-27 14:01:03 +00:00
|
|
|
version=0.24
|
2009-10-30 21:14:09 +00:00
|
|
|
distfiles="http://pkgconfig.freedesktop.org/releases/$pkgname-$version.tar.gz"
|
2008-09-26 22:19:02 +00:00
|
|
|
build_style=gnu_configure
|
2010-05-27 14:01:03 +00:00
|
|
|
configure_args="--with-installed-popt"
|
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-27 14:01:03 +00:00
|
|
|
checksum=e166d04defd1b4d3d54b8c3922ccb1c660d12884f62dd6b3cb7cf8b572b66f46
|
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
|
|
|
|
2010-05-27 14:01:03 +00:00
|
|
|
Add_dependency run glibc
|
|
|
|
Add_dependency run popt
|
|
|
|
Add_dependency build popt-devel
|