b52d064544
Each template now needs to use $distfiles that accepts the full URL to download the distfile and old $extract_sufx is now merged on it, but this must be separated by the '@' character. Example: distfiles="http://www.foo.org/blah-6.2@.tar.gz http://www.foo.org/blob-1.0@.tar.bz2" If distfiles contains multiple files defined, $wrksrc is now mandatory. --HG-- extra : convert_revision : 1c3fa35f148af8323ce3cbcf5732104960de6bc4
15 lines
592 B
Cheetah
15 lines
592 B
Cheetah
# Template build file for 'pkg-config'
|
|
pkgname=pkg-config
|
|
version=0.23
|
|
distfiles="
|
|
http://pkgconfig.freedesktop.org/releases/$pkgname-$version@.tar.gz"
|
|
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."
|