void-packages/srcpkgs/libtool/template
2013-03-24 12:01:46 +01:00

20 lines
537 B
Plaintext

# Template build file for 'libtool'
pkgname=libtool
version=2.4.2
revision=6
noarch=yes
depends="tar sed"
hostmakedepends="perl automake help2man"
subpackages="libltdl libltdl-devel"
build_style=gnu-configure
homepage="http://www.gnu.org/software/libtool"
distfiles="http://ftp.gnu.org/pub/gnu/libtool/$pkgname-$version.tar.xz"
short_desc="Generic library support script"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
checksum=1d7b6862c1ed162e327f083a6f78f40eae29218f0db8c38393d61dab764c4407
pre_configure() {
./bootstrap
}