network/policyd: Updated for version 1.82

This commit is contained in:
Nishant Limbachia 2010-05-13 00:37:54 +02:00 committed by Robby Workman
parent f2bed9ef0c
commit b0900804ce
2 changed files with 6 additions and 1 deletions

View file

@ -40,10 +40,13 @@ set -e
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
rm -fr $TMP/$PRGNAM-$VERSION $PKG
@ -86,4 +89,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}

View file

@ -2,7 +2,9 @@ PRGNAM="policyd"
VERSION="1.82"
HOMEPAGE="http://policyd.org/"
DOWNLOAD="http://downloads.sourceforge.net/policyd/policyd-1.82.tar.gz"
DOWNLOAD_x86_64=""
MD5SUM="6f6167dc2032353cb14f02da7cdb1339"
MD5SUM_x86_64=""
MAINTAINER="Nishant Limbachia"
EMAIL="nishant@mnspace.net"
APPROVED="rworkman"