mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/netcat: Updated for version 0.7.1
This commit is contained in:
parent
623cbc935c
commit
e6ab368c82
2 changed files with 4 additions and 2 deletions
|
@ -97,4 +97,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}
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
PRGNAM="netcat"
|
||||
VERSION="0.7.1"
|
||||
HOMEPAGE="http://netcat.sourceforge.net/"
|
||||
DOWNLOAD="ftp://heanet.dl.sourceforge.net/pub/download.sourceforge.net/pub/sourceforge/n/ne/netcat/netcat-0.7.1.tar.gz"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/netcat/netcat-0.7.1.tar.gz"
|
||||
MD5SUM="088def25efe04dcdd1f8369d8926ab34"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Pierre Cazenave"
|
||||
EMAIL="pwcazenave <at> gmail {dot} com"
|
||||
APPROVED="dsomero"
|
||||
|
|
Loading…
Reference in a new issue