summaryrefslogtreecommitdiff
path: root/libraries/exo-notify/exo-notify.SlackBuild
diff options
context:
space:
mode:
authorFrank Caraballo <fecaraballo{at}gmail{dot}com>2010-05-13 00:29:22 +0200
committerRobby Workman <rworkman@slackbuilds.org>2010-05-13 00:29:22 +0200
commit791b9e13d4ec49fb41b6d1eb8a5af03e4cb46ded (patch)
treebe39e6a6cbf295fa2e2e678db4532a94cea544cf /libraries/exo-notify/exo-notify.SlackBuild
parent71cdd477059f648a1b5ee1c7c6d5dc581d76ae37 (diff)
downloadslackbuilds-791b9e13d4ec49fb41b6d1eb8a5af03e4cb46ded.tar.gz
libraries/exo-notify: Updated for version 0.3.101
Diffstat (limited to 'libraries/exo-notify/exo-notify.SlackBuild')
-rw-r--r--libraries/exo-notify/exo-notify.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/libraries/exo-notify/exo-notify.SlackBuild b/libraries/exo-notify/exo-notify.SlackBuild
index da31db0b00..876a3b186d 100644
--- a/libraries/exo-notify/exo-notify.SlackBuild
+++ b/libraries/exo-notify/exo-notify.SlackBuild
@@ -23,9 +23,9 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=exo-notify
-VERSION=${VERSION:-0.3.4}
+VERSION=${VERSION:-0.3.101}
ARCH=${ARCH:-i486}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
CWD=$(pwd)
@@ -50,7 +50,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf exo-$VERSION
-tar xvf $CWD/exo-$VERSION.tar.bz2
+tar xvf $CWD/exo-$VERSION.tar.xz
cd exo-$VERSION
chown -R root:root .
find . \
@@ -87,4 +87,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}