diff options
| author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-10-16 11:21:19 +0000 |
|---|---|---|
| committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-10-16 11:21:19 +0000 |
| commit | afb1a698828ec2ef98fbfc0712bebe9ec79e4f84 (patch) | |
| tree | ccc69ce7777d342828c8f1eb49cc1aec70cf6223 | |
| parent | 941d8fb1f8195610fff4ec66e50f9658c0506e6e (diff) | |
| download | slackbuilds-afb1a698828ec2ef98fbfc0712bebe9ec79e4f84.tar.gz slackbuilds-afb1a698828ec2ef98fbfc0712bebe9ec79e4f84.tar.bz2 | |
added swh-plugins
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@388 370017ae-e619-0410-ac65-c121f96126d4
| -rwxr-xr-x | cairo/cairo.SlackBuild | 8 | ||||
| -rw-r--r-- | swh-plugins/slack-required | 1 |
2 files changed, 2 insertions, 7 deletions
diff --git a/cairo/cairo.SlackBuild b/cairo/cairo.SlackBuild index 3bb04634..d2366f80 100755 --- a/cairo/cairo.SlackBuild +++ b/cairo/cairo.SlackBuild @@ -55,12 +55,6 @@ URL="http://cairographics.org/releases/$SRC" SRC_DIR="$SRC_DIR/$PACKAGE" mkdir -p $SRC_DIR -if [ "$PACKAGE_EXT" == "bz2" ]; then - tarflag="j" -else - tarflag="z" -fi - if [ "$RTOOL" == "wget" ] && [ ! -f "$SRC_DIR/$SRC" ]; then wget "$URL" -O "$SRC_DIR/$SRC" || exit $ERROR_WGET fi @@ -70,7 +64,7 @@ rm -rf $TMP mkdir -p $TMP cd $TMP -tar xvf$tarflag $SRC_DIR/$SRC || exit $ERROR_TAR +tar xvf $SRC_DIR/$SRC || exit $ERROR_TAR cd $PACKAGE-$VERSION if [ -f "$CWD/$PACKAGE-$VERSION.diff" ]; then diff --git a/swh-plugins/slack-required b/swh-plugins/slack-required new file mode 100644 index 00000000..f57299fb --- /dev/null +++ b/swh-plugins/slack-required @@ -0,0 +1 @@ +fftw |
