From 5fee28587022d055207a8bae8e3f2d5a3d95427b Mon Sep 17 00:00:00 2001 From: rhatto Date: Fri, 13 Mar 2009 17:54:56 +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/mkbuilds@398 18ef50b8-d735-4ccd-97c1-689132df3dd9 --- patches/inotify-tools/Manifest | 23 +++++++ patches/inotify-tools/inotify-tools.mkbuild | 102 ++++++++++++++++++++++++++++ 2 files changed, 125 insertions(+) create mode 100644 patches/inotify-tools/Manifest create mode 100644 patches/inotify-tools/inotify-tools.mkbuild (limited to 'patches') diff --git a/patches/inotify-tools/Manifest b/patches/inotify-tools/Manifest new file mode 100644 index 0000000..d3569fd --- /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.mkbuild b/patches/inotify-tools/inotify-tools.mkbuild new file mode 100644 index 0000000..0230586 --- /dev/null +++ b/patches/inotify-tools/inotify-tools.mkbuild @@ -0,0 +1,102 @@ +# +# This mkbuild 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. +# +# This mkbuild 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 +# +# Version 0.9.0 - Alves ( rudsonalves at yahoo d0t com d0t br ) +# Version $Rev: 772 $ - $Author: rhatto $ + +#-------------------- +# Personal variables +#-------------------- +# Author name +[[SLACKBUILD AUTHOR]]="Silvio Rhatto" + +# Initials author name +[[SLACKBUILD AUTHOR INITIALS]]="rha" + +#------------------------ +# Construction Variables +#------------------------ +# +# Complete URL address or URL base address ( without $SRC_NAME-$VERSION... ) +[[DOWNLOAD FOLDER URL]]="http://downloads.sourceforge.net/inotify-tools/inotify-tools-3.13.tar.gz" + +# +# Documentation files. Null ("") to auto-set commom doc-files: +# NEWS TODO README AUTHORS INSTALL ChangeLog MAINTAINERS COPYING readme.* +[[DOCUMENTATION FILES]]="AUTHORS COPYING ChangeLog NEWS README" + +# SlackBuild model +[[SLACKBUILD MODEL]]="generic.mkSlackBuild" + +# SlackBuild PATH in Slack.Sarava tree +#[[SLACKBUILD PATH]]="sys/apps/inotify-tools" +[[SLACKBUILD PATH]]="patches/inotify-tools" + +#--------------------- +# SlackBuild Sections +#--------------------- +# Default sections: +# head, set_variables, slkflags, start_structure, untar_source, +# make_package, install_package, build_package +# Warning: don't remove '#>>' and "#<<" tags. +#>> Start SlackBuild Sections: + on: head + on: slackbuildrc + on: set_variables + on: slkflags + on: error_codes + on: start_structure +off: create_build_user_and_group + on: download_source +off: download_patches +off: svn_source +off: git_source +off: md5sum_download_and_check_0 +off: md5sum_download_and_check_1 +off: gpg_signature_check + on: manifest_check + on: untar_source +off: patch_source + on: configure + on: make_package + on: install_package + on: strip_binaries +off: compress_manpages +off: compress_info_files +off: copy_init_scripts +off: copy_config_files + on: install_documentation + on: slackdesc +off: move_config_files +off: postinstall_script +off: slack_required + on: build_package + on: clean_builds +#<< End SlackBuild Sections + +#------------------ +# Sections changes +#------------------ +#>slackdesc +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: +#