void-packages/templates/libtool-2.2.6a.tmpl
Juan RP 06ed761de0 Add the example template file that contains all variables that can be
used in templates.

Remove all comments from the other templates, if you want to know what
are their meaning, look at the example template.

--HG--
extra : convert_revision : 348bbf4b780be0eba186ba2062cecf05cbbf8a69
2008-09-29 17:59:48 +02:00

19 lines
612 B
Cheetah
Executable file

# Template build file for 'libtool-2.2.6a'
#
# Variable only used in this template.
_mypkgname=libtool-2.2.6
pkgname=${_mypkgname}a
extract_sufx=".tar.gz"
patch_files="${_mypkgname}a-fix-ltmain.sh.diff"
wrksrc=${_mypkgname}
url=http://ftp.gnu.org/pub/gnu/libtool
build_style=gnu_configure
short_desc="Generic library support"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=f8862338e2c6ea04332fd5aad4aad5bc35d0e152
long_desc="
This is GNU libtool, a generic library support script. Libtool hides
the complexity of generating special library types (such as shared
libraries) befind a consistent interface."