void-packages/srcpkgs/libtool/template

20 lines
537 B
Plaintext
Raw Normal View History

# Template build file for 'libtool'
pkgname=libtool
2011-10-21 16:08:01 +02:00
version=2.4.2
2013-03-24 12:01:46 +01:00
revision=6
noarch=yes
depends="tar sed"
2013-03-24 12:01:46 +01:00
hostmakedepends="perl automake help2man"
subpackages="libltdl libltdl-devel"
build_style=gnu-configure
2011-10-21 16:08:01 +02:00
homepage="http://www.gnu.org/software/libtool"
2011-05-03 09:22:20 +02:00
distfiles="http://ftp.gnu.org/pub/gnu/libtool/$pkgname-$version.tar.xz"
short_desc="Generic library support script"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-10-21 16:08:01 +02:00
license="GPL-2"
checksum=1d7b6862c1ed162e327f083a6f78f40eae29218f0db8c38393d61dab764c4407
pre_configure() {
./bootstrap
}