diff options
author | Martin Lefebvre <dadexter@gmail.com> | 2010-05-13 00:37:50 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:37:50 +0200 |
commit | f8b0fac13127827c00cfaf09185d6c0a66686f94 (patch) | |
tree | 5f3a7f06b04deaa4c525ee9cb8fa808a90ab6ba8 | |
parent | 1d0ec410003ee7ec3ac7f787c0b57f8e3c676043 (diff) | |
download | slackbuilds-f8b0fac13127827c00cfaf09185d6c0a66686f94.tar.gz |
network/pebrot: Updated for version 0.8.8
-rw-r--r-- | network/pebrot/pebrot.SlackBuild | 7 | ||||
-rw-r--r-- | network/pebrot/pebrot.info | 2 |
2 files changed, 6 insertions, 3 deletions
diff --git a/network/pebrot/pebrot.SlackBuild b/network/pebrot/pebrot.SlackBuild index 8b3a3e1db6..5884132380 100644 --- a/network/pebrot/pebrot.SlackBuild +++ b/network/pebrot/pebrot.SlackBuild @@ -24,18 +24,19 @@ # Modified by the SlackBuilds.org project -set -e - PRGNAM=pebrot VERSION=0.8.8 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} + CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} +set -e + rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP @@ -56,4 +57,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} diff --git a/network/pebrot/pebrot.info b/network/pebrot/pebrot.info index 1a193e62c8..3167e4b091 100644 --- a/network/pebrot/pebrot.info +++ b/network/pebrot/pebrot.info @@ -2,7 +2,9 @@ PRGNAM="pebrot" VERSION="0.8.8" HOMEPAGE="http://pebrot.sf.net" DOWNLOAD="http://downloads.sourceforge.net/pebrot/pebrot-0.8.8.tar.bz2" +DOWNLOAD_x86_64="" MD5SUM="aa07bcb3cb7556bdd20a42b48ac45643" +MD5SUM_x86_64="" MAINTAINER="Martin Lefebvre" EMAIL="dadexter@gmail.com" APPROVED="rworkman" |