void-packages/templates/libtool.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

14 lines
535 B
Cheetah

# Template build file for 'libtool'
pkgname=libtool
version=2.2.6a
wrksrc="$pkgname-2.2.6"
distfiles="http://ftp.gnu.org/pub/gnu/libtool/$pkgname-$version.tar.gz"
build_style=gnu_configure
short_desc="Generic library support"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=eb6b8f8272c5a5cad0c7c6b949aa75632f45c295f09b2e1e90b6bce15b32b796
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."