mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/libmatchbox: Updated for version 1.9
This commit is contained in:
parent
a7c9e66ac2
commit
f8fefdeb51
4 changed files with 15 additions and 10 deletions
|
@ -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/
|
||||
|
|
|
@ -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 .
|
||||
|
|
|
@ -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}"
|
||||
APPROVED="BP{k}"
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue