diff options
author | Michael Wagner <lapinours@web.de> | 2010-05-13 00:22:48 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:22:48 +0200 |
commit | d135e9fd0454dfb81a502775fac84c877d088bd8 (patch) | |
tree | 4832da48826145851c86f5ebf7cee959aa302eb2 /desktop/lxpanel | |
parent | bb88211f5a75e24d4ffc895959ff677241f1f94f (diff) | |
download | slackbuilds-d135e9fd0454dfb81a502775fac84c877d088bd8.tar.gz |
desktop/lxpanel: Updated for version 0.3.8.1
Diffstat (limited to 'desktop/lxpanel')
-rw-r--r-- | desktop/lxpanel/lxpanel.SlackBuild | 6 | ||||
-rw-r--r-- | desktop/lxpanel/lxpanel.info | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/desktop/lxpanel/lxpanel.SlackBuild b/desktop/lxpanel/lxpanel.SlackBuild index b96f4df9fe..235d317996 100644 --- a/desktop/lxpanel/lxpanel.SlackBuild +++ b/desktop/lxpanel/lxpanel.SlackBuild @@ -36,10 +36,13 @@ DOCS="ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README" 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 @@ -61,6 +64,7 @@ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ + --libdir=/usr/lib${LIBDIRSUFFIX} \ --sysconfdir=/etc \ --mandir=/usr/man @@ -84,4 +88,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} diff --git a/desktop/lxpanel/lxpanel.info b/desktop/lxpanel/lxpanel.info index cc9ecd9b00..33b2030fbe 100644 --- a/desktop/lxpanel/lxpanel.info +++ b/desktop/lxpanel/lxpanel.info @@ -2,7 +2,9 @@ PRGNAM="lxpanel" VERSION="0.3.8.1" HOMEPAGE="http://lxde.org" DOWNLOAD="http://downloads.sourceforge.net/lxde/lxpanel-0.3.8.1.tar.gz" +DOWNLOAD_x86_64="" MD5SUM="18b03bd5556d14b8bd1adf00f4e95574" +MD5SUM_x86_64="" MAINTAINER="Michael Wagner" EMAIL="lapinours@web.de" APPROVED="David Somero" |