void-packages/templates/pkg-config-0.23.tmpl
Juan RP f0a64e19ab Pass the correct directory to find the pkg-config files.
--HG--
extra : convert_revision : f2c34b0fdb2cd70f7177fed8e2c3350ede663f45
2008-09-30 14:38:11 +02:00

14 lines
578 B
Cheetah
Executable file

# Template build file for 'pkg-config-0.23'
pkgname=pkg-config-0.23
extract_sufx=".tar.gz"
url=http://pkgconfig.freedesktop.org/releases
build_style=gnu_configure
configure_args="--with-pc-path=$PKGFS_MASTERDIR/lib/pkgconfig"
short_desc="System for managing library compile/link flags"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=0aa5565430d609319917ac2c8ffeaa5e4a509489
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."