system/rxvt-unicode: Updated for version 9.06

This commit is contained in:
Duane Dohrman II 2010-05-13 00:41:42 +02:00 committed by David Somero
parent b02fe0b64e
commit 8440103127
2 changed files with 7 additions and 1 deletions

View file

@ -37,10 +37,13 @@ DOCS="COPYING Changes INSTALL README.FAQ README.configure"
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
@ -59,6 +62,7 @@ CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/man \
@ -116,4 +120,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

@ -3,6 +3,8 @@ VERSION="9.06"
HOMEPAGE="http://software.schmorp.de/pkg/rxvt-unicode.html"
DOWNLOAD="http://dist.schmorp.de/rxvt-unicode/Attic/rxvt-unicode-9.06.tar.bz2"
MD5SUM="4cb9330e99fc0b0b05cebf3581557dd8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Duane Dohrman II"
EMAIL="d.dohrman@gmail.com"
APPROVED="dsomero,rworkman"