From 949c163806ce692f5851d79e9d09e5a487e893cf Mon Sep 17 00:00:00 2001 From: rhatto Date: Wed, 24 Jun 2009 04:43:30 +0000 Subject: amule: adding amule and dependency; apg: adding apg; cryptlib: adding cryptlib git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@2210 370017ae-e619-0410-ac65-c121f96126d4 --- dev/libs/cryptlib/Manifest | 23 ++++ dev/libs/cryptlib/cryptlib.SlackBuild | 220 +++++++++++++++++++++++++++++++ dev/libs/crypto++/Manifest | 25 ++++ dev/libs/crypto++/crypto++-5.6.0.diff | 18 +++ dev/libs/crypto++/crypto++.SlackBuild | 242 ++++++++++++++++++++++++++++++++++ 5 files changed, 528 insertions(+) create mode 100644 dev/libs/cryptlib/Manifest create mode 100644 dev/libs/cryptlib/cryptlib.SlackBuild create mode 100644 dev/libs/crypto++/Manifest create mode 100644 dev/libs/crypto++/crypto++-5.6.0.diff create mode 100644 dev/libs/crypto++/crypto++.SlackBuild (limited to 'dev') diff --git a/dev/libs/cryptlib/Manifest b/dev/libs/cryptlib/Manifest new file mode 100644 index 00000000..520f9ca0 --- /dev/null +++ b/dev/libs/cryptlib/Manifest @@ -0,0 +1,23 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA256 + +DIST cl332.zip 4236301 MD5 8736e8a78eb35a4abd3b057420357527 RMD160 e27427e2a62ff58d70e4e25c48b6b4932cae670e SHA1 c334e9b94bda14466da43ea51af3d954e9f8a511 SHA256 7757f55f59a58dfa79f400bf4e07fc30801951e6ae94b72a5eb1ea8a8925b119 SHA512 601a72b75b9cc52e350f6162c5d5e1a41c0153e9d5ac65b00efe14efe2c527de954f84a2224f2ea6bda8db4b2f32ef0eb48bd50c99f07f3e0a7ff5b8883d85b2 +MKBUILD cryptlib.mkbuild 5222 MD5 218a5f02e0a917b94afed9128077552c RMD160 03cb204a0db074584f2b51b684dc20c61013ee0c SHA1 fcd31f01427f249a3a3fce210c160c1357786572 SHA256 630fc2b1a3ad2bae15de83194088af0241386d1206bfb7d21249cdabda527dfd SHA512 f7a18b0142ef32de094c38b87e82dd1bac107ed0e2bf401842bbfcfc5eb1d4538ae823fd9bd8b74c0909e206b0fd1796b3c600af0a42a5e77648fc875ce3b16a +SLACKBUILD cryptlib.SlackBuild 6801 MD5 8c112a4c2e251f57f30a81bcfd6ab571 RMD160 464e7673dbb283b88b92125038579e4f45e2f9a5 SHA1 6eeb9d02b2cd1a0fff05f2430d75f3dc2336cf6f SHA256 c5581551e58f7e0503b21a86c8ecc36d59172cbf3caa95a76a70b1b02f61fdd5 SHA512 ed7307f90b76a2c9313fc48da0a458bf5af21c0589d4e7593df677ce61cea90cd52338ce72804bed63d01168561993007fa6343b380446c2331512e972503e1e +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.9 (GNU/Linux) + +iQIcBAEBCAAGBQJKQZMwAAoJEEHL93ESzgeitm0P/RDeb7b+uhEaFaiRgO/NGfkS +MPeF189eiCxeC0HWNkSQvZvxbp8hklRMBeWAJ0rXfQcIHP/Iza+DPa6B2TI9pFtq +k5FN2SUZtKP52b95x5yJpU/u64sDl21RePAVci9UhtTYH96Fw18haLXjLUTewYYx +qy1D4ifQx6Lydqv/EBTEsYl5rqZ4ceEm5lBExarS4cYuOP5CANMp6wpRPPERQxqW +0AewGBijV0meTmHj54QvJXgT0v8UKkZz/wqAq/3HUu7iUvoM8dTjNdtCtULFNcN9 +GRgbO3vwdxF7jZBxZdZtfI7GpmI+X7CMCnPBdDTnpJp7DWMgIU0CYrfbkFMguKZR +YyrPg3FOKQvD/e/pV3tE01z8BhhI6525VSV9ETJu+3X0+n2b2U0CZLTA6ucnMaxj +iJEN2mhMhi0ak3kNxabDffI/29bQw9zH7cFwOYcDPlXQGKB2h8QLIarZoemnkHyM +8Q4y5q4aiktWkHj5/KOkCDyjeTq/954U6TQPTFVpv7P1udl6Xpf/hWJUCZyAh+4q +wB5Tp6ocIyj/HeilyYqbOopPSzpGT6A0QfZ1fFM2KeCDIK3aYM3hiVghIgcPEHuO +J4yuB/uusrEKckh7D90DZbwuj+FuAo4pYdILzW4nIVaS+jys/2IwfT80IXGQkLUq +5twsxHjGyasgiUT/KEmu +=2nJn +-----END PGP SIGNATURE----- diff --git a/dev/libs/cryptlib/cryptlib.SlackBuild b/dev/libs/cryptlib/cryptlib.SlackBuild new file mode 100644 index 00000000..0742c7a2 --- /dev/null +++ b/dev/libs/cryptlib/cryptlib.SlackBuild @@ -0,0 +1,220 @@ +#!/bin/bash +# +# cryptlib.SlackBuild is free software; you can redistribute +# it and/or modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation; either version 2 of the License, +# or any later version. +# +# cryptlib.SlackBuild is distributed in the hope that it will +# be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General +# Public License for more details. +# +# You should have received a copy of the GNU General Public License along +# with this program; if not, write to the Free Software Foundation, Inc., +# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA +# +# slackbuild for cryptlib, by Silvio Rhatto +# requires: +# tested: cryptlib-3.3.2 +# model: generic.mkSlackBuild $Rev: 805 $ +# + +# Look for slackbuildrc +if [ -f ~/.slackbuildrc ]; then + source ~/.slackbuildrc +elif [ -f /etc/slackbuildrc ]; then + source /etc/slackbuildrc +fi + +# Set variables +CWD="$(pwd)" +SRC_NAME="cl332" +PKG_NAME="cryptlib" +ARCH=${ARCH:=i486} +SRC_VERSION=${VERSION:=3.3.2} +PKG_VERSION="$(echo "$SRC_VERSION" | tr '[[:blank:]-]' '_')" +BUILD=${BUILD:=1rha} +SRC_DIR=${SRC_DIR:=$CWD}/$PKG_NAME +TMP=${TMP:=/tmp} +PKG=${PKG:=$TMP/package-$PKG_NAME} +REPOS=${REPOS:=$TMP} +SLACKBUILD_PATH=${SLACKBUILD_PATH:="dev/libs/cryptlib"} +PREFIX=${PREFIX:=/usr} +PKG_WORK="$TMP/$SRC_NAME" +CONF_OPTIONS=${CONF_OPTIONS:=""} +NUMJOBS=${NUMJOBS:=""} + +# Set system libraries' path and optmization flags based on $ARCH +LIBDIR="$PREFIX/lib" + +if [ "$ARCH" = "i386" ]; then + SLKCFLAGS="-O2 -march=i386 -mtune=i686" +elif [ "$ARCH" = "i486" ]; then + SLKCFLAGS="-O2 -march=i486 -mtune=i686" +elif [ "$ARCH" = "i686" ]; then + SLKCFLAGS="-O2 -march=i686" +elif [ "$ARCH" = "s390" ]; then + SLKCFLAGS="-O2" +elif [ "$ARCH" = "x86_64" ]; then + SLKCFLAGS="-O2 -fPIC" + LIBDIR="$PREFIX/lib64" + LDFLAGS="-L/lib64 -L/usr/lib64" +fi + +# Set error codes (used by createpkg) +ERROR_WGET=31; ERROR_MAKE=32; ERROR_INSTALL=33 +ERROR_MD5=34; ERROR_CONF=35; ERROR_HELP=36 +ERROR_TAR=37; ERROR_MKPKG=38; ERROR_GPG=39 +ERROR_PATCH=40; ERROR_VCS=41; ERROR_MKDIR=42 +ERROR_MANIFEST=43; + +# Clean up any leftovers of previous builds +rm -rf "$PKG_WORK" 2> /dev/null +rm -rf "$PKG" 2> /dev/null + +# Create directories if necessary +mkdir -p "$SRC_DIR" || exit $ERROR_MKDIR +mkdir -p "$PKG" || exit $ERROR_MKDIR +mkdir -p "$REPOS" || exit $ERROR_MKDIR +mkdir -p "$PKG_WORK" || exit $ERROR_MKDIR + +# Dowload source if necessary +SRC="$SRC_NAME.zip" +URL="ftp://ftp.franken.de/pub/crypt/cryptlib/$SRC" + +if [ ! -s "$SRC_DIR/$SRC" ] || ! unzip -t "$SRC_DIR/$SRC" 2> /dev/null; then + wget "$URL" -O "$SRC_DIR/$SRC" || exit $ERROR_WGET +fi + +# Check Manifest file +if [ -e "$CWD/Manifest" ]; then + + # Manifest signature checking + if grep -q -- "-----BEGIN PGP SIGNED MESSAGE-----" $CWD/Manifest; then + echo "Checking Manifest signature..." + gpg --verify $CWD/Manifest + if [ "$?" != "0" ]; then + exit $ERROR_MANIFEST + fi + fi + + MANIFEST_LINES="`grep -E -v "^(MKBUILD|SLACKBUILD)" $CWD/Manifest | wc -l`" + + for ((MANIFEST_COUNT=1; MANIFEST_COUNT <= $MANIFEST_LINES; MANIFEST_COUNT++)); do + + MANIFEST_LINE="`grep -E -v "^(MKBUILD|SLACKBUILD)" $CWD/Manifest | head -n $MANIFEST_COUNT | tail -n 1`" + MANIFEST_FILE="`echo $MANIFEST_LINE | awk '{ print $2 }'`" + MANIFEST_FILE_TYPE="`echo $MANIFEST_LINE | awk '{ print $1 }'`" + + if [ -e "$SRC_DIR/$MANIFEST_FILE" ]; then + MANIFEST_FILE="$SRC_DIR/$MANIFEST_FILE" + else + MANIFEST_FILE="`find $CWD -name $MANIFEST_FILE`" + fi + + if [ ! -e "$MANIFEST_FILE" ] || [ -d "$MANIFEST_FILE" ]; then + continue + fi + + echo "Checking Manifest for $MANIFEST_FILE_TYPE $MANIFEST_FILE integrity..." + + SIZE_SRC="`wc -c $MANIFEST_FILE | awk '{ print $1 }'`" + SIZE_MANIFEST="`echo $MANIFEST_LINE | awk '{ print $3 }'`" + + # Check source code size + if [ "$SIZE_SRC" != "$SIZE_MANIFEST" ]; then + echo "SIZE Manifest: $SIZE_MANIFEST; SIZE $SRC: $SIZE_SRC" + exit $ERROR_MANIFEST + else + echo "Size match." + fi + + # Check source code integrity + for ALGO in md5 rmd160 sha1 sha256 sha512; do + if [ $ALGO = "rmd160" ]; then + ALGO_SRC="`openssl rmd160 $MANIFEST_FILE | awk '{ print $2 }'`" + else + ALGO_SRC="`"$ALGO"sum $MANIFEST_FILE | awk '{ print $1 }'`" + fi + ALGO="`echo $ALGO | tr '[:lower:]' '[:upper:]'`" + ALGO_MANIFEST=$(echo $MANIFEST_LINE | sed "s/.* $ALGO //" | awk '{ print $1 }') + if [ "$ALGO_SRC" != "$ALGO_MANIFEST" ]; then + echo "$ALGO Manifest: $ALGO_MANIFEST; $ALGO $SRC: $ALGO_SRC" + exit $ERROR_MANIFEST + else + echo "$ALGO match." + fi + done + + done + +else + exit $ERROR_MANIFEST +fi + +# Untar +cd "$PKG_WORK" +unzip -qoa "$SRC_DIR/$SRC" || exit $ERROR_TAR +PKG_SRC="$PWD/`ls -l | awk '/^d/ { print $NF }'`" +cd "$PKG_SRC" + +# Compile +make $NUMJOBS || exit $ERROR_MAKE +make $NUMJOBS shared || exit $ERROR_MAKE + +# Install +mkdir -p $PKG/$PREFIX/include $PKG/$LIBDIR +cp libcl.* $PKG/$LIBDIR +cp cryptlib.h $PKG/$PREFIX/include + +# Strip binaries +( cd "$PKG" + find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \ + xargs strip --strip-unneeded 2> /dev/null + find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \ + xargs strip --strip-unneeded 2> /dev/null +) + +# Install documentation +DOCS="COPYING README" +mkdir -p "$PKG/usr/doc/$PKG_NAME-$PKG_VERSION" || exit $ERROR_MKDIR +for doc in $DOCS; do + if [ -f "$doc" ]; then + cp -a $doc "$PKG/usr/doc/$PKG_NAME-$PKG_VERSION" + fi +done + +# Add package description (slack-desc) +mkdir -p "$PKG/install" || exit $ERROR_MKDIR +cat << EODESC > "$PKG/install/slack-desc" +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler-----------------------------------------------------| +cryptlib: cryptlib +cryptlib: +cryptlib: cryptlib is a powerful security toolkit that allows even +cryptlib: inexperienced crypto programmers to easily add encryption +cryptlib: and authentication services to their software. +cryptlib: +cryptlib: +cryptlib: +cryptlib: +cryptlib: +cryptlib: +EODESC + +# Build the package +cd "$PKG" +mkdir -p $REPOS/$SLACKBUILD_PATH +makepkg -l y -c n "$REPOS/$SLACKBUILD_PATH/$PKG_NAME-$PKG_VERSION-$ARCH-$BUILD.tgz" || exit $ERROR_MKPKG + +# Delete source and build directories if requested +if [ "$CLEANUP" == "yes" ] || [ "$1" = "--cleanup" ]; then + rm -rf "$PKG_WORK" "$PKG" +fi diff --git a/dev/libs/crypto++/Manifest b/dev/libs/crypto++/Manifest new file mode 100644 index 00000000..a02698d3 --- /dev/null +++ b/dev/libs/crypto++/Manifest @@ -0,0 +1,25 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA256 + +DIST cryptopp560.zip 1049029 MD5 36f35789ad60489d58003d3c849807e8 RMD160 82e5061ec76f23643ba5477ab28bbee6eebd393a SHA1 b836783ebd72d5bc6a916620ab2b1ecec316fef1 SHA256 b522f0b5f850b50e9917823ea986f855295407380fafbe30f358875c41998bc5 SHA512 37c5820404f9fa94e4ebe595865de17af13876bf5ef20c8612e019427893227f80095f21ee71c6caf781f14a493dc56805eb965e909f8fdce31a9f748b772655 +MKBUILD crypto++.mkbuild 4888 MD5 83eb8faf66a3986ade92830064d65dec RMD160 8bc1c17a08f84396948f342aa2b5ff44c94c71b3 SHA1 4ab9bce83256cbc73d996b328b414d20b6b770b5 SHA256 a7834591b48417c11376cc37e293337d8bc164284936cf4ef6db6a1571ce6864 SHA512 cdf93ffd7866ae8444ff5cd78dbdac4b05430a1ff0f780fb2ba75de59d1dd6a650c13810499696a995a9fac56d9aa2087a91bdd323c97c1c7f4d54f9ad09997c +PATCH crypto++-5.6.0.diff 874 MD5 0989bd8c3ec337960da4dfa78850d52a RMD160 2f30346b8fd6c5009eb434f1c7f1bd7b3ff6471a SHA1 f92dd203eef21bcae39853ded75d71a5f16697fe SHA256 4eb366c61ee5454fb575f063ed7528c197eeed6a4f80a479144724182c290531 SHA512 8636fff50b472c30d8d297303e91614606bd36d643f7a94eef652c394026472316cca28158e571bc6089ddda66ec9f7280e727e5e3ed2ac5ccae5ec14d11f127 +PATCH crypto++.5.6.0.diff 874 MD5 0989bd8c3ec337960da4dfa78850d52a RMD160 2f30346b8fd6c5009eb434f1c7f1bd7b3ff6471a SHA1 f92dd203eef21bcae39853ded75d71a5f16697fe SHA256 4eb366c61ee5454fb575f063ed7528c197eeed6a4f80a479144724182c290531 SHA512 8636fff50b472c30d8d297303e91614606bd36d643f7a94eef652c394026472316cca28158e571bc6089ddda66ec9f7280e727e5e3ed2ac5ccae5ec14d11f127 +SLACKBUILD crypto++.SlackBuild 7612 MD5 b6d316efc66d15a8ad84fb32a0191845 RMD160 38706a570bcb9d5f5459c11dd7f3822fbe3a7d1a SHA1 c92c5dfc7a9e682067b049f22d0309e5380ed783 SHA256 e6c87ad65b3cd9fe9830d3ac4f3bd4a15481262c3199742637b73a72d8023042 SHA512 d92fedb1d63a84e34dbdaf0cbee35cdedc4235e99c28a2dfcbe6b5d9bc85ee305f291d1cbb05884e6755b13b233f1cb4c942dcd3853957c44953a134b1ab7a38 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.9 (GNU/Linux) + +iQIcBAEBCAAGBQJKQaVTAAoJEEHL93ESzgeiNecP/iwP2P21ArJHRpADWnFL77f3 +oi/q0bhmCVfcH/75Pkw9prixQjeOdQ+IYhDDPQIZvvLUjt9nPz/86UXGQANkDxOq +jxAxDCUdpdkLx8GEffkjpSjovwn9xCwSiAoctB0wQcboxBJucrjPPxXOJWWsdZv7 +rBDtWsRjj1uPfAZG+euujgECHEuCv479WwBh3ePfVQMvesxPHYW+pJVRJ+cKdru1 +DsC6Nv1APs7zj68ZbYV6s2HV8iSbI/KSMWN2OGDzoj7gxmGi4t3thIq5nBXK1QB7 +fW/nbjqfPhcVPr9dmubD02wT8FuHaQ6Af1Yc+imFB013jVQaImyASsjSXGGbuoyR +nQSGvkMSi9LT7F+Ybr52SJVXi5n2mD0cjPvhDH8RH5qsUl2sMNYW+hkQGQH5mZlj +5mrFgnR9b7psA/rls3rRTYqx2KuTMLb7wPbmF3K/hxdcbPZBOHGPez6w2pF1v/I0 +pQ6cRURzpPKLr4U/i5zSc7ArZYMOuCyoU1aG1D+AEPrEinxIBKnSOLuO9LZeSVqI +nlDGiQfPua6PoQczx0SGqPRpkNKXlsuE1VSkCgMjSp1ydwr93tpDzW9eFLXHhOUk +yw3GrAIdI7zBr3HkMfcuDa2XevYw9aUupicvgJpE6I6GANH6Rn8GDlDObf9+hMzb +uUwu7vHZImFa/+xXCt+4 +=nnc1 +-----END PGP SIGNATURE----- diff --git a/dev/libs/crypto++/crypto++-5.6.0.diff b/dev/libs/crypto++/crypto++-5.6.0.diff new file mode 100644 index 00000000..41a45071 --- /dev/null +++ b/dev/libs/crypto++/crypto++-5.6.0.diff @@ -0,0 +1,18 @@ +diff -Naur cryptopp.orig/GNUmakefile cryptopp/GNUmakefile +--- cryptopp.orig/GNUmakefile 2009-03-15 02:48:02.000000000 -0300 ++++ cryptopp/GNUmakefile 2009-06-24 00:27:45.000000000 -0300 +@@ -118,10 +118,10 @@ + $(RM) cryptest.exe libcryptopp.a $(LIBOBJS) $(TESTOBJS) cryptopp.dll libcryptopp.dll.a libcryptopp.import.a cryptest.import.exe dlltest.exe $(DLLOBJS) $(LIBIMPORTOBJS) $(TESTIMPORTOBJS) $(DLLTESTOBJS) + + install: +- $(MKDIR) -p $(PREFIX)/include/cryptopp $(PREFIX)/lib $(PREFIX)/bin +- $(CP) *.h $(PREFIX)/include/cryptopp +- $(CP) *.a $(PREFIX)/lib +- $(CP) *.exe $(PREFIX)/bin ++ $(MKDIR) -p $(DESTDIR)/$(PREFIX)/include/cryptopp $(DESTDIR)/$(PREFIX)/lib $(DESTDIR)/$(PREFIX)/bin ++ $(CP) *.h $(DESTDIR)/$(PREFIX)/include/cryptopp ++ $(CP) *.a $(DESTDIR)/$(PREFIX)/lib ++ $(CP) *.exe $(DESTDIR)/$(PREFIX)/bin + + libcryptopp.a: $(LIBOBJS) + $(AR) $(ARFLAGS) $@ $(LIBOBJS) diff --git a/dev/libs/crypto++/crypto++.SlackBuild b/dev/libs/crypto++/crypto++.SlackBuild new file mode 100644 index 00000000..0ba3f755 --- /dev/null +++ b/dev/libs/crypto++/crypto++.SlackBuild @@ -0,0 +1,242 @@ +#!/bin/bash +# +# crypto++.SlackBuild is free software; you can redistribute +# it and/or modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation; either version 2 of the License, +# or any later version. +# +# crypto++.SlackBuild is distributed in the hope that it will +# be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General +# Public License for more details. +# +# You should have received a copy of the GNU General Public License along +# with this program; if not, write to the Free Software Foundation, Inc., +# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA +# +# slackbuild for crypto++, by Silvio Rhatto +# requires: +# tested: crypto++-5.6.0 +# model: generic.mkSlackBuild $Rev: 805 $ +# + +# Look for slackbuildrc +if [ -f ~/.slackbuildrc ]; then + source ~/.slackbuildrc +elif [ -f /etc/slackbuildrc ]; then + source /etc/slackbuildrc +fi + +# Set variables +CWD="$(pwd)" +SRC_NAME="cryptopp560" +PKG_NAME="crypto++" +ARCH=${ARCH:=i486} +SRC_VERSION=${VERSION:=5.6.0} +PKG_VERSION="$(echo "$SRC_VERSION" | tr '[[:blank:]-]' '_')" +BUILD=${BUILD:=1rha} +SRC_DIR=${SRC_DIR:=$CWD}/$PKG_NAME +TMP=${TMP:=/tmp} +PKG=${PKG:=$TMP/package-$PKG_NAME} +REPOS=${REPOS:=$TMP} +SLACKBUILD_PATH=${SLACKBUILD_PATH:="dev/libs/crypto++"} +PREFIX=${PREFIX:=/usr} +PKG_WORK="$TMP/$SRC_NAME" +CONF_OPTIONS=${CONF_OPTIONS:=""} +NUMJOBS=${NUMJOBS:=""} + +# Set system libraries' path and optmization flags based on $ARCH +LIBDIR="$PREFIX/lib" + +if [ "$ARCH" = "i386" ]; then + SLKCFLAGS="-O2 -march=i386 -mtune=i686" +elif [ "$ARCH" = "i486" ]; then + SLKCFLAGS="-O2 -march=i486 -mtune=i686" +elif [ "$ARCH" = "i686" ]; then + SLKCFLAGS="-O2 -march=i686" +elif [ "$ARCH" = "s390" ]; then + SLKCFLAGS="-O2" +elif [ "$ARCH" = "x86_64" ]; then + SLKCFLAGS="-O2 -fPIC" + LIBDIR="$PREFIX/lib64" + LDFLAGS="-L/lib64 -L/usr/lib64" +fi + +# Set error codes (used by createpkg) +ERROR_WGET=31; ERROR_MAKE=32; ERROR_INSTALL=33 +ERROR_MD5=34; ERROR_CONF=35; ERROR_HELP=36 +ERROR_TAR=37; ERROR_MKPKG=38; ERROR_GPG=39 +ERROR_PATCH=40; ERROR_VCS=41; ERROR_MKDIR=42 +ERROR_MANIFEST=43; + +# Clean up any leftovers of previous builds +rm -rf "$PKG_WORK" 2> /dev/null +rm -rf "$PKG" 2> /dev/null + +# Create directories if necessary +mkdir -p "$SRC_DIR" || exit $ERROR_MKDIR +mkdir -p "$PKG" || exit $ERROR_MKDIR +mkdir -p "$REPOS" || exit $ERROR_MKDIR +mkdir -p "$PKG_WORK" || exit $ERROR_MKDIR + +# Dowload source if necessary +SRC="$SRC_NAME.zip" +URL="http://downloads.sourceforge.net/cryptopp/$SRC" + +if [ ! -s "$SRC_DIR/$SRC" ] || ! unzip -t "$SRC_DIR/$SRC" 2> /dev/null; then + wget "$URL" -O "$SRC_DIR/$SRC" || exit $ERROR_WGET +fi + +# Check Manifest file +if [ -e "$CWD/Manifest" ]; then + + # Manifest signature checking + if grep -q -- "-----BEGIN PGP SIGNED MESSAGE-----" $CWD/Manifest; then + echo "Checking Manifest signature..." + gpg --verify $CWD/Manifest + if [ "$?" != "0" ]; then + exit $ERROR_MANIFEST + fi + fi + + MANIFEST_LINES="`grep -E -v "^(MKBUILD|SLACKBUILD)" $CWD/Manifest | wc -l`" + + for ((MANIFEST_COUNT=1; MANIFEST_COUNT <= $MANIFEST_LINES; MANIFEST_COUNT++)); do + + MANIFEST_LINE="`grep -E -v "^(MKBUILD|SLACKBUILD)" $CWD/Manifest | head -n $MANIFEST_COUNT | tail -n 1`" + MANIFEST_FILE="`echo $MANIFEST_LINE | awk '{ print $2 }'`" + MANIFEST_FILE_TYPE="`echo $MANIFEST_LINE | awk '{ print $1 }'`" + + if [ -e "$SRC_DIR/$MANIFEST_FILE" ]; then + MANIFEST_FILE="$SRC_DIR/$MANIFEST_FILE" + else + MANIFEST_FILE="`find $CWD -name $MANIFEST_FILE`" + fi + + if [ ! -e "$MANIFEST_FILE" ] || [ -d "$MANIFEST_FILE" ]; then + continue + fi + + echo "Checking Manifest for $MANIFEST_FILE_TYPE $MANIFEST_FILE integrity..." + + SIZE_SRC="`wc -c $MANIFEST_FILE | awk '{ print $1 }'`" + SIZE_MANIFEST="`echo $MANIFEST_LINE | awk '{ print $3 }'`" + + # Check source code size + if [ "$SIZE_SRC" != "$SIZE_MANIFEST" ]; then + echo "SIZE Manifest: $SIZE_MANIFEST; SIZE $SRC: $SIZE_SRC" + exit $ERROR_MANIFEST + else + echo "Size match." + fi + + # Check source code integrity + for ALGO in md5 rmd160 sha1 sha256 sha512; do + if [ $ALGO = "rmd160" ]; then + ALGO_SRC="`openssl rmd160 $MANIFEST_FILE | awk '{ print $2 }'`" + else + ALGO_SRC="`"$ALGO"sum $MANIFEST_FILE | awk '{ print $1 }'`" + fi + ALGO="`echo $ALGO | tr '[:lower:]' '[:upper:]'`" + ALGO_MANIFEST=$(echo $MANIFEST_LINE | sed "s/.* $ALGO //" | awk '{ print $1 }') + if [ "$ALGO_SRC" != "$ALGO_MANIFEST" ]; then + echo "$ALGO Manifest: $ALGO_MANIFEST; $ALGO $SRC: $ALGO_SRC" + exit $ERROR_MANIFEST + else + echo "$ALGO match." + fi + done + + done + +else + exit $ERROR_MANIFEST +fi + +# Untar +cd "$PKG_WORK" +unzip -qoa "$SRC_DIR/$SRC" || exit $ERROR_TAR +PKG_SRC="$PWD/`ls -l | awk '/^d/ { print $NF }'`" +cd "$PKG_SRC" + +# Patch source +patches=" [[PATCH URLS]] + $PKG_NAME.diff $PKG_NAME-$PKG_VERSION.diff + $PKG_NAME-$PKG_VERSION-$ARCH.diff $PKG_NAME-$ARCH.diff" +for patch in $patches; do + patch="`basename $patch`" + if [ -f "$CWD/$patch" ]; then + patch -Np1 < "$CWD/$patch" || exit $ERROR_PATCH + elif [ -f "$CWD/patches/$patch" ]; then + patch -Np1 < "$CWD/patches/$patch" || exit $ERROR_PATCH + elif [ -f "$CWD/$patch.gz" ]; then + gzip -dc "$CWD/$patch.gz" | patch -Np1 || exit $ERROR_PATCH + elif [ -f "$CWD/patches/$patch.gz" ]; then + gzip -dc "$CWD/patches/$patch.gz" | patch -Np1 || exit $ERROR_PATCH + elif [ -f "$SRC_DIR/$patch" ]; then + if [ "`basename $patch .gz`" != "$patch" ]; then + gzip -dc $SRC_DIR/$patch | patch -Np1 || exit $ERROR_PATCH + elif [ "`basename $patch .bz2`" != "$patch" ]; then + bzip2 -dc $SRC_DIR/$patch | patch -Np1 || exit $ERROR_PATCH + else + patch -Np1 < "$SRC_DIR/$patch" || exit $ERROR_PATCH + fi + fi +done + +# Compile +make $NUMJOBS || exit $ERROR_MAKE + +# Install +make install DESTDIR="$PKG" || exit $ERROR_INSTALL + +# Strip binaries +( cd "$PKG" + find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \ + xargs strip --strip-unneeded 2> /dev/null + find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \ + xargs strip --strip-unneeded 2> /dev/null +) + +# Install documentation +DOCS="License.txt Readme.txt" +mkdir -p "$PKG/usr/doc/$PKG_NAME-$PKG_VERSION" || exit $ERROR_MKDIR +for doc in $DOCS; do + if [ -f "$doc" ]; then + cp -a $doc "$PKG/usr/doc/$PKG_NAME-$PKG_VERSION" + fi +done + +# Add package description (slack-desc) +mkdir -p "$PKG/install" || exit $ERROR_MKDIR +cat << EODESC > "$PKG/install/slack-desc" +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler-----------------------------------------------------| +crypto++: crypto++ +crypto++: +crypto++: Crypto++ Library is a free C++ class library of +crypto++: cryptographic schemes. +crypto++: +crypto++: +crypto++: +crypto++: +crypto++: +crypto++: +crypto++: +EODESC + +# Build the package +cd "$PKG" +mkdir -p $REPOS/$SLACKBUILD_PATH +makepkg -l y -c n "$REPOS/$SLACKBUILD_PATH/$PKG_NAME-$PKG_VERSION-$ARCH-$BUILD.tgz" || exit $ERROR_MKPKG + +# Delete source and build directories if requested +if [ "$CLEANUP" == "yes" ] || [ "$1" = "--cleanup" ]; then + rm -rf "$PKG_WORK" "$PKG" +fi -- cgit v1.2.3