summaryrefslogtreecommitdiffstats
path: root/libraries/libmatchbox
diff options
context:
space:
mode:
author Daniel de Kok <danieldk@pobox.com>2010-05-11 19:45:17 +0200
committer Michiel van Wessem <michiel@slackbuilds.org>2010-05-11 19:45:17 +0200
commitf8fefdeb513871788698c5ac1c26047859d5df59 (patch)
treec0c64c03864b916d9468a1e0d1513be493f00c47 /libraries/libmatchbox
parenta7c9e66ac2ca9bd789947d03e765fd9c67cebf8e (diff)
downloadslackbuilds-f8fefdeb513871788698c5ac1c26047859d5df59.tar.gz
slackbuilds-f8fefdeb513871788698c5ac1c26047859d5df59.tar.xz
libraries/libmatchbox: Updated for version 1.9
Diffstat (limited to 'libraries/libmatchbox')
-rw-r--r--libraries/libmatchbox/README3
-rw-r--r--libraries/libmatchbox/libmatchbox.SlackBuild12
-rw-r--r--libraries/libmatchbox/libmatchbox.info2
-rw-r--r--libraries/libmatchbox/slack-desc8
4 files changed, 15 insertions, 10 deletions
diff --git a/libraries/libmatchbox/README b/libraries/libmatchbox/README
index 17b0035018..6982e9ae0e 100644
--- a/libraries/libmatchbox/README
+++ b/libraries/libmatchbox/README
@@ -4,6 +4,3 @@ and set-top boxes.
This package contains the Matchbox application library that provides
support functions for the Matchbox window manager and applications.
-
-The Matchbox homepage can be found at:
-http://projects.o-hand.com/matchbox/
diff --git a/libraries/libmatchbox/libmatchbox.SlackBuild b/libraries/libmatchbox/libmatchbox.SlackBuild
index 9b43fd2a73..80042edd59 100644
--- a/libraries/libmatchbox/libmatchbox.SlackBuild
+++ b/libraries/libmatchbox/libmatchbox.SlackBuild
@@ -22,15 +22,13 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-# Exit on most errors
-set -e
-
PRGNAM=libmatchbox
VERSION=1.9
ARCH=${ARCH:-i486}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
-CWD=`pwd`
+
+CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
@@ -41,11 +39,13 @@ elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
fi
+set -e # Exit on most errors
+
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xjvf $CWD/$PRGNAM-$VERSION.tar.bz2
+tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
diff --git a/libraries/libmatchbox/libmatchbox.info b/libraries/libmatchbox/libmatchbox.info
index 569dda17a4..9bf0dace65 100644
--- a/libraries/libmatchbox/libmatchbox.info
+++ b/libraries/libmatchbox/libmatchbox.info
@@ -5,4 +5,4 @@ DOWNLOAD="http://projects.o-hand.com/matchbox/sources/libmatchbox/1.9/libmatchbo
MD5SUM="9f73e7515cc4679171a5db180dc1343b"
MAINTAINER="Daniel de Kok"
EMAIL="danieldk@pobox.com"
-APPROVED="BP{k}" \ No newline at end of file
+APPROVED="BP{k}"
diff --git a/libraries/libmatchbox/slack-desc b/libraries/libmatchbox/slack-desc
index 84ea6433ca..811173ce9e 100644
--- a/libraries/libmatchbox/slack-desc
+++ b/libraries/libmatchbox/slack-desc
@@ -1,3 +1,11 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|'
+# on the right side marks the last column you can put a character in. You must
+# make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':'.
+
+ |-----handy-ruler------------------------------------------------------|
libmatchbox: libmatchbox (Matchbox application library)
libmatchbox:
libmatchbox: Matchbox is a lightweight environment for the X Window System,