CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
rc: removed lo/net support from rc.conf
[crossrootfs.git] / libtool / Pkgfile
... / ...
CommitLineData
1# Description: A generic library support script
2# URL: http://www.gnu.org/software/libtool/
3# Maintainer: CRUX System Team, core-ports at crux dot nu
4# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
5# Depends on:
6
7name=libtool
8version=2.4.2
9release=1
10source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
11
12build() {
13 cd $name-$version
14 ./configure --build=$CHOST \
15 --host=$CTARGET \
16 --prefix=/usr \
17 --mandir=/usr/man
18 make
19 make DESTDIR=$PKG install
20 rm -r $PKG/usr/share/info
21 rm $PKG/usr/share/libtool/libltdl/README
22
23}