IGNOREPATH=/boot:/cdrom:/dev:/home:/mnt:/proc:/root:/tmp:/var/ax25:/var/log:/var/spool/cron STRIPLIB=y STRIPBIN=y # pkginfo VERSION=1.1.4 PROGNAME=libgeotiff DESC="Libgeotiff is a public domain library normally hosted\n\ on top of libtiff for reading, and writing GeoTIFF\n\ information tags.\n\ \n\ listgeo: utility program for dumping the metadata\n\ of a GeoTIFF file.\n\ geotifcp: utility program for applying metadata to a\n\ TIFF file, making it a GeoTIFF file.\n\ \n\ This package is needed by Xastir." # maintainer ARCH=i486 BUILD=2 MAINTAINER="Arno Verhoeven " SOURCE="ftp://ftp.remotesensing.org/pub/geotiff/libgeotiff/" LOCATION="http://sharon.esrac.ele.tue.nl/pub/linux/slackware-current/contrib/ham/packet/" # package name PKGNAME=$PROGNAME-$VERSION-$ARCH-$BUILD compile() { tar zxvf $CWD/$PROGNAME-$VERSION.tar.gz cd $PROGNAME-$VERSION ./configure --prefix=/usr make } install() { cd $TMP/$PROGNAME-$VERSION make install mkdir -p /usr/doc/$PROGNAME-$VERSION cp ChangeLog LICENSE README /usr/doc/$PROGNAME-$VERSION } special() { echo "nothing special..." } subpacks() { echo "no sub-packages..." }