core/libtool/Pkgfile

17 lines
397 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: A generic library support script
# URL: http://www.gnu.org/software/libtool/
# Maintainer: CRUX System Team, core-ports at crux dot nu
2006-02-23 16:26:10 +01:00
name=libtool
2015-02-17 13:38:01 +01:00
version=2.4.6
release=2
source=(http://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz)
2006-02-23 16:26:10 +01:00
build() {
2009-11-19 11:39:52 +01:00
cd $name-$version
./configure --prefix=/usr
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install
2010-06-07 11:31:00 +02:00
rm -r $PKG/usr/share/info
2006-02-23 16:26:10 +01:00
}