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 build file for 'libungif'.
pkgname=libungif
version=4.1.4
distfiles="
http://kent.dl.sourceforge.net/sourceforge/giflib/$pkgname-$version.tar.bz2"
distfiles="$SOURCEFORGE_SITE/giflib/$pkgname-$version.tar.bz2"
build_style=gnu_configure
configure_args="--without-x"
configure_env="ac_cv_lib_X11_main=no"