void-packages/templates/pkg-config.tmpl
Juan RP cfa18b4416 Massive renaming, pkgfs is now called xbps.
Also known as "xtraeme's build package system".

--HG--
extra : convert_revision : 119840ceae588fef65d6dcab651f607f54fa0be6
2008-10-13 07:32:05 +02:00

15 lines
580 B
Cheetah

# Template build file for 'pkg-config'
pkgname=pkg-config
version=0.23
extract_sufx=".tar.gz"
url=http://pkgconfig.freedesktop.org/releases
build_style=gnu_configure
configure_args="--with-pc-path=$XBPS_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."