2008-10-04 04:29:49 +00:00
|
|
|
# Template build file for 'libtool'
|
|
|
|
pkgname=libtool
|
2011-10-21 14:08:01 +00:00
|
|
|
version=2.4.2
|
2013-02-06 09:50:14 +00:00
|
|
|
revision=5
|
|
|
|
noarch=yes
|
|
|
|
depends="tar sed"
|
|
|
|
makedepends="perl automake help2man"
|
|
|
|
subpackages="libltdl libltdl-devel"
|
|
|
|
build_style=gnu-configure
|
2011-10-21 14:08:01 +00:00
|
|
|
homepage="http://www.gnu.org/software/libtool"
|
2011-05-03 07:22:20 +00:00
|
|
|
distfiles="http://ftp.gnu.org/pub/gnu/libtool/$pkgname-$version.tar.xz"
|
2013-02-06 09:50:14 +00:00
|
|
|
short_desc="Generic library support script"
|
2008-09-26 19:59:07 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-10-21 14:08:01 +00:00
|
|
|
license="GPL-2"
|
|
|
|
checksum=1d7b6862c1ed162e327f083a6f78f40eae29218f0db8c38393d61dab764c4407
|
2009-04-21 23:56:22 +00:00
|
|
|
|
2013-02-06 09:50:14 +00:00
|
|
|
pre_configure() {
|
|
|
|
./bootstrap
|
|
|
|
}
|