vp-build/templates/libtool/template
Juan RP dd6b45c322 Set sourcepkg to pkgname through run_template().
This removes the need for having to specify sourcepkg manually in
every package that will build subpkgs.

--HG--
extra : convert_revision : 383e4c467e84844d2f4f61ae5c5e07a5124e9cfb
2009-07-29 22:44:30 +02:00

18 lines
596 B
Plaintext

# 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."
base_chroot=yes
subpackages="ltdl"
Add_dependency run glibc