summaryrefslogtreecommitdiff
path: root/desktop/lxpanel/lxpanel.SlackBuild
diff options
context:
space:
mode:
authorMichael Wagner <lapinours@web.de>2010-05-13 00:22:48 +0200
committerDavid Somero <xgizzmo@slackbuilds.org>2010-05-13 00:22:48 +0200
commitd135e9fd0454dfb81a502775fac84c877d088bd8 (patch)
tree4832da48826145851c86f5ebf7cee959aa302eb2 /desktop/lxpanel/lxpanel.SlackBuild
parentbb88211f5a75e24d4ffc895959ff677241f1f94f (diff)
downloadslackbuilds-d135e9fd0454dfb81a502775fac84c877d088bd8.tar.gz
desktop/lxpanel: Updated for version 0.3.8.1
Diffstat (limited to 'desktop/lxpanel/lxpanel.SlackBuild')
-rw-r--r--desktop/lxpanel/lxpanel.SlackBuild6
1 files changed, 5 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}