Added tmpl_vars util. Common vars that can be used in templates.

--HG--
extra : convert_revision : 68393e79e5f25d622d9142bf73b09b24ced28733
This commit is contained in:
Juan RP
2008-12-15 07:27:38 +01:00
parent 5e1a3be905
commit 93f485a4e9
15 changed files with 19 additions and 24 deletions

View File

@@ -1,8 +1,7 @@
# Template file for 'expat'
pkgname=expat
version=2.0.1
distfiles="
http://kent.dl.sourceforge.net/sourceforge/expat/$pkgname-$version.tar.gz"
distfiles="$SOURCEFORGE_SITE/expat/$pkgname-$version.tar.gz"
build_style=gnu_configure
short_desc="XML parser library written in C"
maintainer="Juan RP <xtraeme@gmail.com>"