void-packages/srcpkgs/pkg-config/template

17 lines
635 B
Plaintext

# 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
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 build popt-devel