diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-09-07 16:47:21 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-09-07 16:47:21 +0000 |
commit | 84c0e027062b35e5fce29a131a9b558615753d04 (patch) | |
tree | ed2d4ee133c05bfdc0374bf49bedcbb56110b6ed /nicotine/nicotine.SlackBuild | |
parent | ea2e0346522536199bbe221835449b1b302bcb14 (diff) | |
download | slackbuilds-84c0e027062b35e5fce29a131a9b558615753d04.tar.gz slackbuilds-84c0e027062b35e5fce29a131a9b558615753d04.tar.bz2 |
nicotine small fix
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@152 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'nicotine/nicotine.SlackBuild')
-rw-r--r-- | nicotine/nicotine.SlackBuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/nicotine/nicotine.SlackBuild b/nicotine/nicotine.SlackBuild deleted file mode 100644 index 40bbd72f..00000000 --- a/nicotine/nicotine.SlackBuild +++ /dev/null @@ -1,32 +0,0 @@ -#!/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 |