From d150a5f3e462fa7fe194a805a4aa0076f4d03ab9 Mon Sep 17 00:00:00 2001 From: Deposite Pirate Date: Sun, 16 Sep 2018 18:48:36 +0200 Subject: Add ports. --- network/ebtables/ebtables-2.0.6-makefile.patch.bz2 | Bin 0 -> 627 bytes network/ebtables/ebtables.SlackBuild | 75 +++++++++++++++++++++ 2 files changed, 75 insertions(+) create mode 100644 network/ebtables/ebtables-2.0.6-makefile.patch.bz2 create mode 100755 network/ebtables/ebtables.SlackBuild (limited to 'network/ebtables') diff --git a/network/ebtables/ebtables-2.0.6-makefile.patch.bz2 b/network/ebtables/ebtables-2.0.6-makefile.patch.bz2 new file mode 100644 index 0000000..bbcbf94 Binary files /dev/null and b/network/ebtables/ebtables-2.0.6-makefile.patch.bz2 differ diff --git a/network/ebtables/ebtables.SlackBuild b/network/ebtables/ebtables.SlackBuild new file mode 100755 index 0000000..351dae9 --- /dev/null +++ b/network/ebtables/ebtables.SlackBuild @@ -0,0 +1,75 @@ +#!/bin/sh + +CWD=`pwd` +NAME=ebtables +VERSION=2.0.6 +ARCH=i586 +BUILD=1 +PKGNAME=$NAME +PKGVER=v$VERSION +BASEDIR=$PKGNAME-$PKGVER +ARCHIVE=$BASEDIR.tar.gz +REPOSITORY=http://some/where +FLAGS="-O2 -march=pentium -mcpu=pentium -fno-strength-reduce \ + -fomit-frame-pointer -ffast-math" +PKG=/tmp/package-$NAME + +rm -rf $PKG +mkdir -p $PKG + +# Obtain sources +if [ ! -e $ARCHIVE ]; then + if `wget "$REPOSITORY/$ARCHIVE"`; then + true + else + exit 1 + fi +fi + +# Compile +cd /tmp +tar zxvf $CWD/$ARCHIVE +cd $BASEDIR +bzcat $CWD/$NAME-$VERSION-makefile.patch.bz2 | patch -p1 -s +make COPTIM="$FLAGS" + +# Install +make install DESTDIR=$PKG +mkdir -p $PKG/install $PKG/usr/doc/$NAME-$VERSION +cat > $PKG/install/slack-desc < /tmp/$NAME-$VERSION-$ARCH-$BUILD.txt +makepkg -l y -c n /tmp/$NAME-$VERSION-$ARCH-$BUILD.tgz -- cgit v1.2.3-70-g09d2