16 lines
628 B
Text
16 lines
628 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"
|
|
revision=1
|
|
makedepends="popt-devel"
|
|
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."
|
|
|