summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@liwjatan.at>2010-05-13 00:39:56 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-13 00:39:56 +0200
commit8bc1d4e9f81b56a1914697efbb9845bd27d1e16d (patch)
tree80d666d8321bc794ccc146970c319827194ce67b
parent5a39e732dfcbb09ba61a9a9cff54e2d5170da951 (diff)
downloadslackbuilds-8bc1d4e9f81b56a1914697efbb9845bd27d1e16d.tar.gz
slackbuilds-8bc1d4e9f81b56a1914697efbb9845bd27d1e16d.tar.xz
system/commons-daemon: Updated for version 1.0.1
-rw-r--r--system/commons-daemon/commons-daemon.SlackBuild8
-rw-r--r--system/commons-daemon/commons-daemon.info4
2 files changed, 9 insertions, 3 deletions
diff --git a/system/commons-daemon/commons-daemon.SlackBuild b/system/commons-daemon/commons-daemon.SlackBuild
index 96f0ab63b2..9cd9829866 100644
--- a/system/commons-daemon/commons-daemon.SlackBuild
+++ b/system/commons-daemon/commons-daemon.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for commons-daemon
-# Copyright 2008 Heinz Wiesinger <pprkut@liwjatan.at>
+# Copyright 2008-2009 Heinz Wiesinger <pprkut@liwjatan.at>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -35,10 +35,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
@@ -63,6 +66,7 @@ cd src/native/unix/
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
+ --libdir=/usr/lib$LIBDIRSUFFIX \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/man \
@@ -87,4 +91,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}
diff --git a/system/commons-daemon/commons-daemon.info b/system/commons-daemon/commons-daemon.info
index af52b14232..45911ff0d1 100644
--- a/system/commons-daemon/commons-daemon.info
+++ b/system/commons-daemon/commons-daemon.info
@@ -2,7 +2,9 @@ PRGNAM="commons-daemon"
VERSION="1.0.1"
HOMEPAGE="http://commons.apache.org/daemon/index.html"
DOWNLOAD="http://www.apache.org/dist/commons/daemon/source/daemon-1.0.1.tar.gz"
+DOWNLOAD_x86_64=""
MD5SUM="df3eb5aafa53ca530843a09d40b8a1c0"
-MAINTAINER="ppr:kut"
+MD5SUM_x86_64=""
+MAINTAINER="pprkut"
EMAIL="pprkut@liwjatan.at"
APPROVED="rworkman"