]> gitweb.fluxo.info Git - slackbuilds.git/commitdiff
Syncing with generic.SlackBuild
authorluis <luis@370017ae-e619-0410-ac65-c121f96126d4>
Sun, 4 Feb 2007 01:53:33 +0000 (01:53 +0000)
committerluis <luis@370017ae-e619-0410-ac65-c121f96126d4>
Sun, 4 Feb 2007 01:53:33 +0000 (01:53 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1002 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
sci/electronics/iverilog/iverilog.SlackBuild
sci/electronics/ivi/ivi.SlackBuild
sys/apps/microcode_ctl/microcode_ctl.SlackBuild

index 2c854a6c6b7863d27ea93e28b234122b59023290..8f0304d734bb17763f238633dc665c4b6dc2b9ae 100755 (executable)
@@ -80,7 +80,7 @@ EOKEY
 SRC="$SRC_NAME-$VERSION.tar.bz2"
 URL="ftp://ftp.gnupg.org/gcrypt/gnupg/$SRC"
 
-if [ ! -f "$SRC_DIR/$SRC" ]; then
+if [ ! -f "$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
index 294022677312a1c1ed9dbc57e32f7825aaa40085..bad40c68f66f7f71edea30496e861d957837831a 100755 (executable)
@@ -80,7 +80,7 @@ EOKEY
 SRC="$SRC_NAME-$VERSION.tar.bz2"
 URL="ftp://ftp.gnupg.org/gcrypt/libassuan/$SRC"
 
-if [ ! -f "$SRC_DIR/$SRC" ]; then
+if [ ! -f "$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
index b1b41f61ce411bbcdd57041e0ac556383cc73e9d..9f920dd64e70a5128b5eef7fd43e35df43ed73cb 100755 (executable)
@@ -80,7 +80,7 @@ EOKEY
 SRC="$SRC_NAME-$VERSION.tar.bz2"
 URL="ftp://ftp.gnupg.org/gcrypt/libgcrypt/$SRC"
 
-if [ ! -f "$SRC_DIR/$SRC" ]; then
+if [ ! -f "$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
index 339d65c2dbc60998e9fcb17e48469d4133b4a0c9..7f43c655b5c9ec3c87b6259189c41618e11d2e44 100755 (executable)
@@ -80,7 +80,7 @@ EOKEY
 SRC="$SRC_NAME-$VERSION.tar.bz2"
 URL="http://ftp.gnupg.org/GnuPG/libgpg-error/$SRC"
 
-if [ ! -f "$SRC_DIR/$SRC" ]; then
+if [ ! -f "$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
index 7a678abc5d93e5f2a2d5f7f335a96f6110a879ed..2b783b40177bbff1c2af3c92d7947a93d9375061 100755 (executable)
@@ -80,7 +80,7 @@ EOKEY
 SRC="$SRC_NAME-$VERSION.tar.bz2"
 URL="ftp://ftp.gnupg.org/gcrypt/libksba/$SRC"
 
-if [ ! -f "$SRC_DIR/$SRC" ]; then
+if [ ! -f "$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
index 7c12db4e3918aeaceb77485aa09c1495327f818d..59788acd7840717f6d1850787ad8120c0a8400c2 100755 (executable)
@@ -97,7 +97,7 @@ EOKEY
 SRC="$SRC_NAME-$VERSION.tar.gz"
 URL="ftp://ftp.gnu.org/gnu/pth/$SRC"
 
-if [ ! -f "$SRC_DIR/$SRC" ]; then
+if [ ! -f "$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
index b23bfaa3e53ab18b7b7e42d5dac3b82dfff082fc..84b0a468d67f6fb489b3d91d081e3d13d6f8fd96 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" ]; then
+if [ ! -f "$SRC_DIR/$SRC" ] || ! gzip -t "$SRC_DIR/$SRC" 2> /dev/null; then
   wget "$URL" -O "$SRC_DIR/$SRC" || exit $ERROR_WGET
 fi
 
index a9311080c4cbfac1622c15c5670694204fa10c8c..f21dc31e902d3798b7d0ff9619a7898f3fdd8afa 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" ]; then
+if [ ! -f "$SRC_DIR/$SRC" ] || ! gzip -t "$SRC_DIR/$SRC" 2> /dev/null; then
   wget "$URL" -O "$SRC_DIR/$SRC" || exit $ERROR_WGET
 fi
 
index 6f13b5860878e62423e40c7ea2b3e8de0eca2ccf..7b69001c9cc633a002e22f60f099941f89499f2b 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" ]; then
+if [ ! -f "$SRC_DIR/$SRC" ] || ! gzip -t "$SRC_DIR/$SRC" 2> /dev/null; then
   wget "$URL" -O "$SRC_DIR/$SRC" || exit $ERROR_WGET
 fi