X-Git-Url: http://gitweb/?a=blobdiff_plain;f=libtool%2FPkgfile;h=715ff7a7cb3e2f75af2437e768f6998e6771360b;hb=4b129360ac3900ee4eda3388a33337c363910c7f;hp=61956ef1033278c2c18c69e9782495f4e03ccc32;hpb=0084e18efcd9e1976950c52dcb69df4ce9261498;p=crossrootfs.git diff --git a/libtool/Pkgfile b/libtool/Pkgfile index 61956ef..715ff7a 100644 --- a/libtool/Pkgfile +++ b/libtool/Pkgfile @@ -1,24 +1,20 @@ # Description: A generic library support script # URL: http://www.gnu.org/software/libtool/ # Maintainer: CRUX System Team, core-ports at crux dot nu -# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org +# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu # Depends on: name=libtool -version=2.2.6b +version=2.4.6 release=1 -source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz \ - libtool.1 libtoolize.1) +source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz) build() { - cd $name-${version/a/} - ./configure --build=$CHOST \ - --host=$CTARGET \ - --prefix=/usr - make - make DESTDIR=$PKG install - mkdir -p $PKG/usr/man/man1 - cp $SRC/libtool.1 $SRC/libtoolize.1 $PKG/usr/man/man1 - rm -rf $PKG/usr/{info,share/info} - rm $PKG/usr/share/libtool/libltdl/README + cd $name-$version + ./configure --build=$CHOST \ + --host=$CTARGET \ + --prefix=/usr + make + make DESTDIR=$PKG install + rm -r $PKG/usr/share/info }