void-packages/templates/libxml2.tmpl
Juan RP ac80ddda40 Use bash features to improve $distfiles parsing.
That means that it's not necessary anymore to use an '@' before the
extract suffix string. yay.

--HG--
extra : convert_revision : 83ce2c783cb917ef59b87eacb0565cfcff277218
2008-10-28 23:57:52 +01:00

13 lines
432 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."