diff options
author | Chess Griffin <chess@chessgriffin.com> | 2010-05-13 00:35:48 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:35:48 +0200 |
commit | b4fea017e34667a27e92465976a493b4570121d3 (patch) | |
tree | a1b5b5e82d8208afdea2e90233e31f9591ecf848 /network | |
parent | de26c6e54ae410772a4d40de870f395ae65b6a49 (diff) | |
download | slackbuilds-b4fea017e34667a27e92465976a493b4570121d3.tar.gz |
network/bip: Updated for version 0.8.0
Diffstat (limited to 'network')
-rw-r--r-- | network/bip/bip.SlackBuild | 2 | ||||
-rw-r--r-- | network/bip/bip.info | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/network/bip/bip.SlackBuild b/network/bip/bip.SlackBuild index d3108d9153..d4cadc2f3a 100644 --- a/network/bip/bip.SlackBuild +++ b/network/bip/bip.SlackBuild @@ -102,4 +102,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/bip/bip.info b/network/bip/bip.info index 9817e189d7..52a7fa1144 100644 --- a/network/bip/bip.info +++ b/network/bip/bip.info @@ -2,7 +2,9 @@ PRGNAM="bip" VERSION="0.8.0" HOMEPAGE="http://bip.t1r.net" DOWNLOAD="http://bip.t1r.net/downloads/bip-0.8.0.tar.gz" +DOWNLOAD_x86_64="" MD5SUM="ee036d96fec6222de5a8449e013552da" +MD5SUM_x86_64="" MAINTAINER="Chess Griffin" EMAIL="chess@chessgriffin.com" APPROVED="dsomero" |