17 lines
673 B
Text
17 lines
673 B
Text
# Template build file for 'pkg-config'
|
|
pkgname=pkg-config
|
|
version=0.25
|
|
distfiles="http://pkgconfig.freedesktop.org/releases/$pkgname-$version.tar.gz"
|
|
build_style=gnu_configure
|
|
configure_args="--with-installed-popt"
|
|
short_desc="System for managing library compile/link flags"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=3ba691ee2431f32ccb8efa131e59bf23e37f122dc66791309023ca6dcefcd10e
|
|
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."
|
|
|
|
Add_dependency run glibc
|
|
Add_dependency run popt
|
|
Add_dependency build popt-devel
|