summaryrefslogtreecommitdiff
path: root/libtool-32/Pkgfile
blob: 6705e37dc2cd2842f69290c75f64a383c91da4af (plain)
    1 # Description: A generic library support script
    2 # URL: http://www.gnu.org/software/libtool/
    3 # Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
    4 
    5 name=libtool-32
    6 version=2.4.7
    7 release=1
    8 source=(https://ftpmirror.gnu.org/gnu/${name%-*}/${name%-*}-$version.tar.xz)
    9 
   10 build() {
   11 	cd ${name%-*}-$version
   12 
   13 	./configure \
   14 		--prefix=/usr \
   15 		--libdir=/usr/lib32
   16 
   17 	make
   18 	make DESTDIR=$PKG install
   19 
   20 	rm -r $PKG/usr/{bin,include,share}
   21 }

Generated by cgit