2008-10-04 06:29:49 +02:00
|
|
|
# Template build file for 'libtool'
|
|
|
|
pkgname=libtool
|
2011-10-21 16:08:01 +02:00
|
|
|
version=2.4.2
|
2013-02-06 10:50:14 +01:00
|
|
|
revision=5
|
|
|
|
noarch=yes
|
|
|
|
depends="tar sed"
|
|
|
|
makedepends="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"
|
2013-02-06 10:50:14 +01:00
|
|
|
short_desc="Generic library support script"
|
2008-09-26 21:59:07 +02:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-10-21 16:08:01 +02:00
|
|
|
license="GPL-2"
|
|
|
|
checksum=1d7b6862c1ed162e327f083a6f78f40eae29218f0db8c38393d61dab764c4407
|
2009-04-22 01:56:22 +02:00
|
|
|
|
2013-02-06 10:50:14 +01:00
|
|
|
pre_configure() {
|
|
|
|
./bootstrap
|
|
|
|
}
|