IGNOREPATH=/etc:/home:/var/:/dev:/boot:/root:/tmp:/usr/local:/bin:/sbin:/mnt:/usr/src STRIPLIB=y STRIPBIN=y VERSION=1.8.5 PROGNAME="GNU automake VERSION" DESC="\ automake (a Makefile generator) \n\ \n\ This is Automake, a Makefile generator. It was inspired by the 4.4BSD \n\ make and include files, but aims to be portable and to conform to the \n\ GNU standards for Makefile variables and targets. Automake is a Perl \n\ script. The input files are called Makefile.am. The output files are \n\ called Makefile.in; they are intended for use with Autoconf. Automake \n\ requires certain things to be done in your configure.in. You must \n\ install the "m4" and "perl" packages to be able to use automake." BUILD=1 MAINTAINER="Mark Post " SOURCE=ftp://ftp.gnu.org/gnu/automake/ PKGNAME=automake-$VERSION-s390-$BUILD TAG=OPT compile() { tar -yxvf $CWD/automake-$VERSION.tar.bz2 cd automake-$VERSION/ chown -R root.root . find . -perm 664 | xargs chmod 644 ./configure --prefix=/usr make } install() { make install DESTDIR=/package-automake ( cd /package-automake/usr/bin rm -rf aclocal ; ln -sf aclocal-1.8 aclocal rm -rf automake ; ln -sf automake-1.8 automake ) mkdir -p /package-automake/usr/doc/automake-$VERSION cp -a AUTHORS COPYING INSTALL NEWS README THANKS TODO \ /package-automake/usr/doc/automake-$VERSION ( cd /package-automake/usr/info rm -f *.gz gzip -9 * ) mkdir /package-automake/usr/share/aclocal/ } attributes() { chown -R root.bin $PKG/package-automake/usr/bin/ } special () { cd $PKG mv package-automake/* ./ rmdir package-automake/ cd $CTL cat $CWD/slack-desc > slack-desc sed -e 's%package-automake/%%g' doinst.sh > doinst.sh.new cat doinst.sh.new > doinst.sh rm doinst.sh.new }