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
13 lines
433 B
Cheetah
13 lines
433 B
Cheetah
# Template build file for 'libxml2'.
|
|
pkgname=libxml2
|
|
version=2.7.2
|
|
distfiles="http://xmlsoft.org/sources/$pkgname-$version@.tar.gz"
|
|
build_style=gnu_configure
|
|
make_cmd="$XBPS_MASTERDIR/bin/gmake"
|
|
pkgconfig_override="libxml-2.0.pc"
|
|
short_desc="XML parser library from the GNOME project"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=2b14531007a705679c7814618dc15baed62bc574
|
|
long_desc="
|
|
XML parser library from the GNOME project."
|