desktop/gtk-chtheme: Updated for version 0.3.1

This commit is contained in:
Andrew Brouwers 2010-05-13 00:22:40 +02:00 committed by Michiel van Wessem
parent a0e28afe0a
commit 72ff403ad5
2 changed files with 5 additions and 1 deletions

View File

@ -50,6 +50,8 @@ if [ "$ARCH" = "i486" ]; then
sed -i 's#CFLAGS += -Wall#CFLAGS += -O2 -march=i486 -mtune=i686#' $TMP/$PRGNAM-$VERSION/Makefile
elif [ "$ARCH" = "i686" ]; then
sed -i 's#CFLAGS += -Wall#CFLAGS += -O2 -march=i686 -mtune=i686#' $TMP/$PRGNAM-$VERSION/Makefile
elif [ "$ARCH" = "x86_64" ]; then
sed -i 's#CFLAGS += -Wall#CFLAGS += -O2 -fPIC#' $TMP/$PRGNAM-$VERSION/Makefile
fi
make || exit 1
@ -73,4 +75,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
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="gtk-chtheme"
VERSION="0.3.1"
HOMEPAGE="http://plasmasturm.org/code/gtk-chtheme/"
DOWNLOAD="http://plasmasturm.org/code/gtk-chtheme/gtk-chtheme-0.3.1.tar.bz2"
DOWNLOAD_x86_64=""
MD5SUM="f688053bf26dd6c4f1cd0bf2ee33de2a"
MD5SUM_x86_64=""
MAINTAINER="Andrew Brouwers"
EMAIL="abrouwers@gmail.com"
APPROVED="BP{k}"