aboutsummaryrefslogtreecommitdiff
path: root/net/misc/monkeysphere/monkeysphere.SlackBuild
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2010-02-18 16:06:11 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2010-02-18 16:06:11 +0000
commit06c3396bce4418c7aab513fc9c0f44ebd30b1912 (patch)
tree3ec7fa98710dd5e6f6188cdea75ab733b1b16dac /net/misc/monkeysphere/monkeysphere.SlackBuild
parentba01db3d659aabbb44d94084f15a2d4627db591c (diff)
downloadslackbuilds-06c3396bce4418c7aab513fc9c0f44ebd30b1912.tar.gz
slackbuilds-06c3396bce4418c7aab513fc9c0f44ebd30b1912.tar.bz2
monkeysphere: adding patch for 0.28
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@2272 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'net/misc/monkeysphere/monkeysphere.SlackBuild')
-rw-r--r--net/misc/monkeysphere/monkeysphere.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/misc/monkeysphere/monkeysphere.SlackBuild b/net/misc/monkeysphere/monkeysphere.SlackBuild
index e84161a8..92a98d88 100644
--- a/net/misc/monkeysphere/monkeysphere.SlackBuild
+++ b/net/misc/monkeysphere/monkeysphere.SlackBuild
@@ -15,7 +15,7 @@
# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
#
# slackbuild for monkeysphere, by Silvio Rhatto
-# requires:
+# requires: perl-digest-sha perl-crypt-openssl-rsa
# tested: monkeysphere-0.28
# model: generic.mkSlackBuild $Rev: 824 $
#
@@ -34,7 +34,7 @@ PKG_NAME="monkeysphere"
ARCH=${ARCH:=i486}
SRC_VERSION=${VERSION:=0.28}
PKG_VERSION="$(echo "$SRC_VERSION" | tr '[[:blank:]-]' '_')"
-BUILD=${BUILD:=2rha}
+BUILD=${BUILD:=1rha}
SRC_DIR=${SRC_DIR:=$CWD}/$PKG_NAME
TMP=${TMP:=/tmp}
PKG=${PKG:=$TMP/package-$PKG_NAME}