From 3ed1ce63782133c9e45f929157b8abd614245323 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Fri, 9 Nov 2007 19:23:18 +0100 Subject: [PATCH] cryptcat: Cleaned up. --- cryptcat/Pkgfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cryptcat/Pkgfile b/cryptcat/Pkgfile index c800898bc..afecd9014 100644 --- a/cryptcat/Pkgfile +++ b/cryptcat/Pkgfile @@ -1,16 +1,16 @@ # Description: Cryptcat is the standard netcat enhanced with twofish encryption. -# URL: http://farm9.org/Cryptcat/ -# Maintainer: Jose V Beneyto, joberui at ei dot upv dot es -# Packager: Jose V Beneyto, joberui at ei dot upv dot es +# URL: http://sourceforge.net/projects/cryptcat/ +# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net +# Packager: Jose V Beneyto, sepen at users dot sourceforge dot net name=cryptcat version=1.2.1 release=1 source=(http://dl.sourceforge.net/sourceforge/$name/$name-unix-$version.tar \ - netcat.patch) + netcat.patch) build() { - tar -C $SRC -xvf $name-unix-$version.tar + tar -C $SRC -xvf $name-unix-$version.tar cd unix patch netcat.c $SRC/netcat.patch make linux