]> gitweb.fluxo.info Git - slackbuilds.git/commitdiff
Syncing with generic.SlackBuild v0.3.4
authorluis <luis@370017ae-e619-0410-ac65-c121f96126d4>
Mon, 5 Feb 2007 01:21:50 +0000 (01:21 +0000)
committerluis <luis@370017ae-e619-0410-ac65-c121f96126d4>
Mon, 5 Feb 2007 01:21:50 +0000 (01:21 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1008 370017ae-e619-0410-ac65-c121f96126d4

app/crypt/gnupg2/gnupg2.SlackBuild
dev/libs/libassuan/libassuan.SlackBuild
dev/libs/libgcrypt/libgcrypt.SlackBuild
dev/libs/libgpg-error/libgpg-error.SlackBuild
dev/libs/libksba/libksba.SlackBuild
dev/libs/libpth/libpth.SlackBuild
net/firewall/arno-iptables-firewall/arno-iptables-firewall.SlackBuild
sci/electronics/gtkwave/gtkwave.SlackBuild
sci/electronics/iverilog/iverilog.SlackBuild
sci/electronics/ivi/ivi.SlackBuild
sys/apps/microcode_ctl/microcode_ctl.SlackBuild

index 8f0304d734bb17763f238633dc665c4b6dc2b9ae..80f3cf30d50c4c76042ee47a71a8efb0d14970e3 100755 (executable)
@@ -80,10 +80,10 @@ EOKEY
 SRC="$SRC_NAME-$VERSION.tar.bz2"
 URL="ftp://ftp.gnupg.org/gcrypt/gnupg/$SRC"
 
-if [ ! -f "$SRC_DIR/$SRC" ] || ! bzip2 -t "$SRC_DIR/$SRC" 2> /dev/null; then
+if [ ! -s "$SRC_DIR/$SRC" ] || ! bzip2 -t "$SRC_DIR/$SRC" 2> /dev/null; then
   wget "$URL" -O "$SRC_DIR/$SRC" || exit $ERROR_WGET
 fi
-if [ ! -f "$SRC_DIR/$SRC.sig" ]; then
+if [ ! -s "$SRC_DIR/$SRC.sig" ]; then
   wget "$URL.sig" -O "$SRC_DIR/$SRC.sig" || exit $ERROR_WGET
 fi
 
index bad40c68f66f7f71edea30496e861d957837831a..755d1f5b63a5f6abcd1e3c38f5043b29af450d5a 100755 (executable)
@@ -80,10 +80,10 @@ EOKEY
 SRC="$SRC_NAME-$VERSION.tar.bz2"
 URL="ftp://ftp.gnupg.org/gcrypt/libassuan/$SRC"
 
-if [ ! -f "$SRC_DIR/$SRC" ] || ! bzip2 -t "$SRC_DIR/$SRC" 2> /dev/null; then
+if [ ! -s "$SRC_DIR/$SRC" ] || ! bzip2 -t "$SRC_DIR/$SRC" 2> /dev/null; then
   wget "$URL" -O "$SRC_DIR/$SRC" || exit $ERROR_WGET
 fi
-if [ ! -f "$SRC_DIR/$SRC.sig" ]; then
+if [ ! -s "$SRC_DIR/$SRC.sig" ]; then
   wget "$URL.sig" -O "$SRC_DIR/$SRC.sig" || exit $ERROR_WGET
 fi
 
index 9f920dd64e70a5128b5eef7fd43e35df43ed73cb..98a4f9f7b5e613724555b765511bd487717a7376 100755 (executable)
@@ -80,10 +80,10 @@ EOKEY
 SRC="$SRC_NAME-$VERSION.tar.bz2"
 URL="ftp://ftp.gnupg.org/gcrypt/libgcrypt/$SRC"
 
-if [ ! -f "$SRC_DIR/$SRC" ] || ! bzip2 -t "$SRC_DIR/$SRC" 2> /dev/null; then
+if [ ! -s "$SRC_DIR/$SRC" ] || ! bzip2 -t "$SRC_DIR/$SRC" 2> /dev/null; then
   wget "$URL" -O "$SRC_DIR/$SRC" || exit $ERROR_WGET
 fi
-if [ ! -f "$SRC_DIR/$SRC.sig" ]; then
+if [ ! -s "$SRC_DIR/$SRC.sig" ]; then
   wget "$URL.sig" -O "$SRC_DIR/$SRC.sig" || exit $ERROR_WGET
 fi
 
index 7f43c655b5c9ec3c87b6259189c41618e11d2e44..076cd41255af32c941b7b976fbfa2d2f1221619a 100755 (executable)
@@ -80,10 +80,10 @@ EOKEY
 SRC="$SRC_NAME-$VERSION.tar.bz2"
 URL="http://ftp.gnupg.org/GnuPG/libgpg-error/$SRC"
 
-if [ ! -f "$SRC_DIR/$SRC" ] || ! bzip2 -t "$SRC_DIR/$SRC" 2> /dev/null; then
+if [ ! -s "$SRC_DIR/$SRC" ] || ! bzip2 -t "$SRC_DIR/$SRC" 2> /dev/null; then
   wget "$URL" -O "$SRC_DIR/$SRC" || exit $ERROR_WGET
 fi
-if [ ! -f "$SRC_DIR/$SRC.sig" ]; then
+if [ ! -s "$SRC_DIR/$SRC.sig" ]; then
   wget "$URL.sig" -O "$SRC_DIR/$SRC.sig" || exit $ERROR_WGET
 fi
 
index 2b783b40177bbff1c2af3c92d7947a93d9375061..f2fe20fcfc3749dc9b1de4d50cf376368429e340 100755 (executable)
@@ -80,10 +80,10 @@ EOKEY
 SRC="$SRC_NAME-$VERSION.tar.bz2"
 URL="ftp://ftp.gnupg.org/gcrypt/libksba/$SRC"
 
-if [ ! -f "$SRC_DIR/$SRC" ] || ! bzip2 -t "$SRC_DIR/$SRC" 2> /dev/null; then
+if [ ! -s "$SRC_DIR/$SRC" ] || ! bzip2 -t "$SRC_DIR/$SRC" 2> /dev/null; then
   wget "$URL" -O "$SRC_DIR/$SRC" || exit $ERROR_WGET
 fi
-if [ ! -f "$SRC_DIR/$SRC.sig" ]; then
+if [ ! -s "$SRC_DIR/$SRC.sig" ]; then
   wget "$URL.sig" -O "$SRC_DIR/$SRC.sig" || exit $ERROR_WGET
 fi
 
index 59788acd7840717f6d1850787ad8120c0a8400c2..4250e90ec079faab666abda3e8cbd5adbaa4e319 100755 (executable)
@@ -97,10 +97,10 @@ EOKEY
 SRC="$SRC_NAME-$VERSION.tar.gz"
 URL="ftp://ftp.gnu.org/gnu/pth/$SRC"
 
-if [ ! -f "$SRC_DIR/$SRC" ] || ! gzip -t "$SRC_DIR/$SRC" 2> /dev/null; then
+if [ ! -s "$SRC_DIR/$SRC" ] || ! gzip -t "$SRC_DIR/$SRC" 2> /dev/null; then
   wget "$URL" -O "$SRC_DIR/$SRC" || exit $ERROR_WGET
 fi
-if [ ! -f "$SRC_DIR/$SRC.sig" ]; then
+if [ ! -s "$SRC_DIR/$SRC.sig" ]; then
   wget "$URL.sig" -O "$SRC_DIR/$SRC.sig" || exit $ERROR_WGET
 fi
 
index aef73873f65628b783349af6de3dc7abf89b361d..5530d4798c2128d3500db792ee2fe0816bdcee48 100755 (executable)
@@ -47,7 +47,7 @@ mkdir -p "$REPOS" || exit $ERROR_MKDIR
 SRC="${SRC_NAME}_$VERSION.tar.gz"
 URL="http://rocky.eld.leidenuniv.nl/iptables-firewall/$SRC"
 
-if [ ! -f "$SRC_DIR/$SRC" ] || ! gzip -t "$SRC_DIR/$SRC" 2> /dev/null; then
+if [ ! -s "$SRC_DIR/$SRC" ] || ! gzip -t "$SRC_DIR/$SRC" 2> /dev/null; then
   wget "$URL" -O "$SRC_DIR/$SRC" || exit $ERROR_WGET
 fi
 
index 15c80c8192aaea3be2885007966599910017bac6..383ab23e47c19c3c7abc8d91ed7cac52b1a8a27a 100755 (executable)
@@ -48,7 +48,7 @@ mkdir -p "$REPOS" || exit $ERROR_MKDIR
 SRC="$SRC_NAME-current.tar.gz"
 URL="http://home.nc.rr.com/gtkwave/$SRC"
 
-if [ ! -f "$SRC_DIR/$SRC" ] || ! gzip -t "$SRC_DIR/$SRC" 2> /dev/null; then
+if [ ! -s "$SRC_DIR/$SRC" ] || ! gzip -t "$SRC_DIR/$SRC" 2> /dev/null; then
   wget "$URL" -O "$SRC_DIR/$SRC" || exit $ERROR_WGET
 fi
 
index 84b0a468d67f6fb489b3d91d081e3d13d6f8fd96..95c8e1e8c05c13659a257f36f3053c99d97ade0c 100755 (executable)
@@ -63,7 +63,7 @@ mkdir -p "$REPOS" || exit $ERROR_MKDIR
 SRC="$SRC_NAME-$VERSION.tar.gz"
 URL="ftp://ftp.icarus.com/pub/eda/verilog/v0.8/$SRC"
 
-if [ ! -f "$SRC_DIR/$SRC" ] || ! gzip -t "$SRC_DIR/$SRC" 2> /dev/null; then
+if [ ! -s "$SRC_DIR/$SRC" ] || ! gzip -t "$SRC_DIR/$SRC" 2> /dev/null; then
   wget "$URL" -O "$SRC_DIR/$SRC" || exit $ERROR_WGET
 fi
 
index f21dc31e902d3798b7d0ff9619a7898f3fdd8afa..31fef37279c4bb2be411a73a379aeb104ed1625e 100755 (executable)
@@ -48,7 +48,7 @@ mkdir -p "$REPOS" || exit $ERROR_MKDIR
 SRC="$SRC_NAME-0.4-pre-20031121.tar.gz"
 URL="http://downloads.sourceforge.net/ivi/$SRC"
 
-if [ ! -f "$SRC_DIR/$SRC" ] || ! gzip -t "$SRC_DIR/$SRC" 2> /dev/null; then
+if [ ! -s "$SRC_DIR/$SRC" ] || ! gzip -t "$SRC_DIR/$SRC" 2> /dev/null; then
   wget "$URL" -O "$SRC_DIR/$SRC" || exit $ERROR_WGET
 fi
 
index 7b69001c9cc633a002e22f60f099941f89499f2b..59ab8e5a7129d483086dcc28fb3482647bc1231e 100755 (executable)
@@ -47,7 +47,7 @@ mkdir -p "$REPOS" || exit $ERROR_MKDIR
 SRC="$SRC_NAME-$VERSION.tar.gz"
 URL="http://urbanmyth.org/microcode/$SRC"
 
-if [ ! -f "$SRC_DIR/$SRC" ] || ! gzip -t "$SRC_DIR/$SRC" 2> /dev/null; then
+if [ ! -s "$SRC_DIR/$SRC" ] || ! gzip -t "$SRC_DIR/$SRC" 2> /dev/null; then
   wget "$URL" -O "$SRC_DIR/$SRC" || exit $ERROR_WGET
 fi