aboutsummaryrefslogtreecommitdiff
path: root/nicotine/nicotine+.SlackBuild
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-09-07 17:07:47 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-09-07 17:07:47 +0000
commitf55a5ffee055a85dcfa8aca3c2a8139fc8642c21 (patch)
tree6ccd0acee57ad4b2109cc36d2fb94aba601582aa /nicotine/nicotine+.SlackBuild
parent0e2667a6e8a2d8078ae3dfb7091e7be5a0cd12cd (diff)
downloadslackbuilds-f55a5ffee055a85dcfa8aca3c2a8139fc8642c21.tar.gz
slackbuilds-f55a5ffee055a85dcfa8aca3c2a8139fc8642c21.tar.bz2
nicotine update: now two flavors: vanilla and nicotine+
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@157 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'nicotine/nicotine+.SlackBuild')
-rwxr-xr-xnicotine/nicotine+.SlackBuild32
1 files changed, 32 insertions, 0 deletions
diff --git a/nicotine/nicotine+.SlackBuild b/nicotine/nicotine+.SlackBuild
new file mode 100755
index 00000000..d715b791
--- /dev/null
+++ b/nicotine/nicotine+.SlackBuild
@@ -0,0 +1,32 @@
+#!/bin/bash
+#
+# SlackBuild script to call nicotine+.build with correct settings
+#
+
+CWD="`pwd`"
+
+if [ -f "/etc/slackbuildrc" ]; then
+ source /etc/slackbuildrc
+fi
+
+if [ -f "~/.slackbuildrc" ]; then
+ source ~/.slackbuildrc
+fi
+
+# default settings
+PACKAGE="nicotine+"
+VERSION=${VERSION:=1.2.4.1}
+ARCH="noarch"
+BUILD=${BUILD:=1rha}
+SRC_DIR=${SRC:=$CWD}
+TMP=${TMP:=/tmp}
+REPOS=${REPOS:=$TMP}
+
+rm -rf $TMP/$PACKAGE
+mkdir -p $SRC_DIR/$PACKAGE $TMP/$PACKAGE $REPOS
+
+slacktrack -b $REPOS -x $TMP,$SRC_DIR,/dev -jefkzp "$PACKAGE-$VERSION-$ARCH-$BUILD.tgz" "./$PACKAGE.build"
+
+if [ "$CLEANUP" == "yes" ]; then
+ rm -rf $TMP/$PACKAGE
+fi