mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/libnetfilter_queue: Updated for version 1.0.0.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
152258b919
commit
21e9e46cfe
2 changed files with 9 additions and 11 deletions
|
@ -25,16 +25,14 @@
|
|||
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=libnetfilter_queue
|
||||
VERSION=0.0.16
|
||||
VERSION=1.0.0
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
@ -81,7 +79,7 @@ CFLAGS="$SLKCFLAGS" \
|
|||
--enable-static=no \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make
|
||||
make
|
||||
make install DESTDIR=$PKG
|
||||
|
||||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="libnetfilter_queue"
|
||||
VERSION="0.0.16"
|
||||
HOMEPAGE="http://www.netfilter.org"
|
||||
DOWNLOAD="http://www.netfilter.org/projects/libnetfilter_queue/files/libnetfilter_queue-0.0.16.tar.bz2"
|
||||
MD5SUM="b36664e6cd39edbfe46b416a86118add"
|
||||
VERSION="1.0.0"
|
||||
HOMEPAGE="http://www.netfilter.org/projects/libnetfilter_queue/"
|
||||
DOWNLOAD="http://www.netfilter.org/projects/libnetfilter_queue/files/libnetfilter_queue-1.0.0.tar.bz2"
|
||||
MD5SUM="af6a9ea350f63a13609bc3b47b5c395c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="alkos333"
|
||||
EMAIL="me@alkos333.net"
|
||||
APPROVED="rworkman"
|
||||
MAINTAINER="Michal Bialozor"
|
||||
EMAIL="bialyy@o2.pl"
|
||||
APPROVED="Erik Hanson"
|
||||
|
|
Loading…
Reference in a new issue