misc/lxappearance: Updated for version 0.2

This commit is contained in:
majk 2010-05-13 00:34:24 +02:00 committed by David Somero
parent 7d23ee9853
commit 49048ba385
2 changed files with 8 additions and 2 deletions

View File

@ -7,7 +7,7 @@
PRGNAM=lxappearance
VERSION=${VERSION:-0.2}
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
CWD=$(pwd)
@ -17,10 +17,13 @@ OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
fi
set -e # Exit on most errors
@ -42,6 +45,7 @@ CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--mandir=/usr/man \
--build=$ARCH-slackware-linux
@ -63,4 +67,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View File

@ -2,7 +2,9 @@ PRGNAM="lxappearance"
VERSION="0.2"
HOMEPAGE="http://lxde.org"
DOWNLOAD="http://downloads.sourceforge.net/lxde/lxappearance-0.2.tar.gz"
DOWNLOAD_x86_64=""
MD5SUM="28e436c13ab09af54ffc6b415407ca37"
MD5SUM_x86_64=""
MAINTAINER="majk"
EMAIL="majk@konstelacioj.info"
APPROVED="dsomero"