DOCS="AUTHORS COPYING NEWS README TODO" IGNOREPATH=/boot:/dev:/home:/mnt:/proc:/root:/tmp:/var STRIPLIB=y STRIPBIN=y SETATTR=y VERSION=0.22 PROGNAME="intltool" # |-----handy-ruler------------------------------------------------------| SLACKDESC="\ intltool: intltool-$VERSION\n\ intltool:\n\ intltool: This module contains some utility scripts and assorted\n\ intltool: auto* magic for internationalizing various kinds of XML files\n\ intltool:\n\ intltool:\n\ intltool:\n\ intltool:\n\ intltool:\n\ intltool:\n\ intltool:" # maintainer ARCH=noarch BUILD=1rob MAINTAINER="Robert Stan " SOURCE=http://www.gnome.org LOCATION=ftp://ftp.linuxpackages.net/pub/Slackware-8/robert/gnome1/ # package name PKGNAME="intltool-${VERSION}-${ARCH}-${BUILD}" compile() { tar xvyf $CWD/intltool-$VERSION.tar.bz2 ; cd intltool-$VERSION ./configure --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome || exit 1 make || exit 1 } install() { make install mkdir -p /usr/doc/intltool-$VERSION cp -a $DOCS /usr/doc/intltool-$VERSION } attributes() { echo "No special attributes..." } special() { # Package description echo -e $SLACKDESC > $CTL/slack-desc echo -e $SLACKDESC > $CWD/$PKGNAME.txt } subpacks() { echo "No subpacks..." }