core/libtool/Pkgfile

17 lines
375 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: A generic library support script
2021-12-13 12:10:47 +01:00
# URL: https://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
2022-03-18 14:42:19 +01:00
version=2.4.7
release=1
2021-12-13 12:10:47 +01:00
source=(https://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz)
2006-02-23 16:26:10 +01:00
build() {
2021-12-13 12:10:47 +01:00
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/info
2006-02-23 16:26:10 +01:00
}