libraries/libnet: Updated for version 1.1.4

This commit is contained in:
Joe Rozner 2010-05-13 00:31:18 +02:00 committed by Robby Workman
parent a9b4456c30
commit 1505a405c4
2 changed files with 3 additions and 1 deletions

View file

@ -72,4 +72,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View file

@ -2,7 +2,9 @@ PRGNAM="libnet"
VERSION="1.1.4"
HOMEPAGE="http://sourceforge.net/projects/libnet-dev/"
DOWNLOAD="http://downloads.sourceforge.net/sourceforge/libnet-dev/libnet-1.1.4.tar.gz"
DOWNLOAD_x86_64=""
MD5SUM="c5e06418a89cc4209f677a776a798fd9"
MD5SUM_x86_64=""
MAINTAINER="Joe Rozner"
EMAIL="livinded@deadbytes.net"
APPROVED="rworkman"