From a74089046a2f7d18b5aaca6b92ae2d0475afffa2 Mon Sep 17 00:00:00 2001 From: rhatto Date: Fri, 13 Mar 2009 17:54:44 +0000 Subject: inotify-tools: moving inotify-tools to patches/ as its already in the oficial slackware tree git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@2121 370017ae-e619-0410-ac65-c121f96126d4 --- patches/inotify-tools/Manifest | 23 +++ patches/inotify-tools/inotify-tools.SlackBuild | 223 +++++++++++++++++++++++++ 2 files changed, 246 insertions(+) create mode 100644 patches/inotify-tools/Manifest create mode 100644 patches/inotify-tools/inotify-tools.SlackBuild (limited to 'patches') diff --git a/patches/inotify-tools/Manifest b/patches/inotify-tools/Manifest new file mode 100644 index 00000000..d3569fd9 --- /dev/null +++ b/patches/inotify-tools/Manifest @@ -0,0 +1,23 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +DIST inotify-tools-3.13.tar.gz 389473 MD5 35d7178297390f18bae451e083362acf RMD160 99b848432116a3a5c18f3a531b33fd80029af8ec SHA1 4f9c027e441a84e78b36f9c1a87bf1896216b5ff SHA256 464146acec2c118be63a6c2a090d9252fbe9689c093db85b695d0502fa229445 SHA512 e757ca5d3bac2b6b84e9435671107d6d695ff7d04cefd139590ab538d1be8f9a295eb9b0042406bdbfa60bb2b2545a428ec861e60f1cbf172050d47d0350bdb9 +MKBUILD inotify-tools.mkbuild 3016 MD5 f35955c5a66deb2c1bfc849cb2e09f40 RMD160 2e735396b185c6db54054a9d8ccbc2b84a114402 SHA1 1abcee0de377da88b7787557db7f61861428799a SHA256 37058a3c26d27257ef1a2c85a4fa4e72971bb0229caf2a36aca199740cf0ffef SHA512 15d405779d693d1d06503f1cf945b44250a409eb1249117ce0fc5d4f72c8b68804539f03dad579cf2b9d7a3aab45c5abf1872a1a6da200ce3085d0724c833c5e +SLACKBUILD inotify-tools.SlackBuild 7011 MD5 d93a03c692192be304ebf1e4807af6dd RMD160 959e96992b3ae49a967adbbe75d1d4184420361e SHA1 bc97f373e1a38c938df0975e2c2bbefe299331c4 SHA256 e2c6ed018196a3fbf1c4a79d40c26a96444a445455dab346959849f2e335ec33 SHA512 e8695ba8e4ccfe1aa62e092c1a3820a407cd14a9b1dd860bc3708358552245a09f4c26a83199c5e2bcf0e0e1b7f63251d872b2eeeb03a9e5a2fe1c8d2961c5da +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.9 (GNU/Linux) + +iQIcBAEBAgAGBQJJup8KAAoJEEHL93ESzgeiPZkP/RdJnjFTUFJJttcTgovTfmwi +WjSnU/UIIketpwzfhoVuCdBjYseeND01UczUN8xGD2om94DXqHVanMfrIIPiFvtb +V0JnthAffEHeY3s13oKdAA52QDMBwTSZs8S5NPT4fl8NVw/svnLHi+bBzwMJCg1E +6w7zRMvyg37plpTluqJ/o7neJEGXCbEdKXSfNfmi/iFL3F1q+TGSYw7qjYxGRt4l +TKYeuPTa4Qv9x1MJwCW5bYNPUVsIJyZdTyOgueSsT5zyOwHfnKmPZFFUJWvBS6yU +9+sG1htkB4ex34vTbZaytq7zpuLwokI5D/fYCczMiXKEkcwykWwOYA7JTBZp7Wkl +zNrmoQmbwu6TR9BasPXH7KkVBxGYXTeBkgiK1ifukHfJ98ZwhLNGaT3jm+e9Be1q +py5+bV43Q3bYr8K2pnpZw9hoWzYpntzlMurqRsq6ypusTgXDuwummoS8cijt1v27 +2WgS+hUeyAXEZ8eTV3X9/TrEsFSSWWYUAg5JUJt/g3FCjZmPk4dDA0Q0UBlXY/ks +3QDixfTfAPKrfi7b4eavDKQci8kzLHHVh1Xh71fW2Njy7rqMp4vDcxL0ypLqSOqO +DXqYyebh8koEAWNCN/vnJnqeEETk//enMfBj8LZ/3R0r02/x6oErzofJeRQC16Hi +OcLidQk+9yNYzYDxzLzn +=FWcu +-----END PGP SIGNATURE----- diff --git a/patches/inotify-tools/inotify-tools.SlackBuild b/patches/inotify-tools/inotify-tools.SlackBuild new file mode 100644 index 00000000..a0024e93 --- /dev/null +++ b/patches/inotify-tools/inotify-tools.SlackBuild @@ -0,0 +1,223 @@ +#!/bin/bash +# +# inotify-tools.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. +# +# inotify-tools.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 inotify-tools, by Silvio Rhatto +# requires: +# tested: inotify-tools-3.13 +# model: generic.mkSlackBuild $Rev: 796 $ +# + +# Look for slackbuildrc +if [ -f ~/.slackbuildrc ]; then + source ~/.slackbuildrc +elif [ -f /etc/slackbuildrc ]; then + source /etc/slackbuildrc +fi + +# Set variables +CWD="$(pwd)" +SRC_NAME="inotify-tools" +PKG_NAME="inotify-tools" +ARCH=${ARCH:=i486} +SRC_VERSION=${VERSION:=3.13} +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:="patches/inotify-tools"} +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-$VERSION.tar.gz" +URL="http://downloads.sourceforge.net/inotify-tools/$SRC" + +if [ ! -s "$SRC_DIR/$SRC" ] || ! gunzip -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" +tar --no-same-owner --no-same-permissions -xvf "$SRC_DIR/$SRC" || exit $ERROR_TAR +PKG_SRC="$PWD/`ls -l | awk '/^d/ { print $NF }'`" +cd "$PKG_SRC" + +# Configure +CFLAGS="$SLKCFLAGS" \ + CXXFLAGS="$SLKCFLAGS" \ + ./configure \ + --prefix="$PREFIX" --libdir="$LIBDIR" $CONF_OPTIONS || exit $ERROR_CONF + +# 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="AUTHORS COPYING ChangeLog NEWS 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------------------------------------------------| +inotify-tools: inotify-tools +inotify-tools: +inotify-tools: inotify-tools is a simple library and a set of simple +inotify-tools: command line utilities for the Linux inotify filesystem +inotify-tools: change notification system. +inotify-tools: +inotify-tools: +inotify-tools: +inotify-tools: +inotify-tools: +inotify-tools: +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