IGNOREPATH=/boot:/cdrom:/dev:/home:/mnt:/proc:/root:/tmp:/var/ax25:/var/log:/var/spool/cron STRIPLIB=y STRIPBIN=y # pkginfo VERSION=2.4.1 PROGNAME=aprsdigi DESC="Aprsdigi is a specialized Amateur Packet Radio (AX.25)\n\ UI-frame digipeater for the Automatic Position Reporting \n\ Systems, APRS(tm).\n\ \n\ Aprsmon collects and displays standard AX.25 UI text\n\ frames in a format similar to that output by a standard\n\ TNC in \"Monitor ON\" mode and is intended to be used with\n\ programs like javAPRS which wish to see a TNC data\n\ stream over a TCP connection.\n\ \n\ Aprsdigi is developed by Alan Crosswell " # maintainer ARCH=i386 BUILD=1 MAINTAINER="Arno Verhoeven " SOURCE="http://www.users.cloud9.net/~alan/ham/aprs/" 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 AUTHORS ChangeLog INSTALL NEWS README TODO aprsdigi.lsm /usr/doc/$PROGNAME-$VERSION } special() { echo "nothing special..." } subpacks() { echo "no sub-packages..." }