diff options
Diffstat (limited to 'dev/perl/perl-file-find-rule')
-rw-r--r-- | dev/perl/perl-file-find-rule/Manifest | 4 | ||||
-rw-r--r-- | dev/perl/perl-file-find-rule/perl-file-find-rule.mkbuild | 189 |
2 files changed, 193 insertions, 0 deletions
diff --git a/dev/perl/perl-file-find-rule/Manifest b/dev/perl/perl-file-find-rule/Manifest new file mode 100644 index 0000000..21c0eb6 --- /dev/null +++ b/dev/perl/perl-file-find-rule/Manifest @@ -0,0 +1,4 @@ +DIST File-Find-Rule-0.32.tar.gz 15534 MD5 1b43810c6b8fd4ee5cee8046e1e05ff4 RMD160 5bf2e80501d01e3ee4c24b437ad9b7f58ad80b36 SHA1 3cdb5d0efe0d509027469cd1edc1e4d20e964c84 SHA256 2df3c0d38ad622f7b70ad25a77ff5b387912ed1be92c89c44da62399e688ac39 SHA512 d97b691045407152d3510bd26c6b953b88e582bc1f0ad551f9e59d4b8dc3dfeb5d91a3fb20c8eb52f07383e13832ace2de1d500a5ccc9d30f357150e715b86b7 +MKBUILD perl-file-find-rule.mkbuild 5235 MD5 7429002dfc967b245081d13968d31e50 RMD160 698702d28ec31f59f4cb3877b43daf666c412ce5 SHA1 f8460dfad6fdf93f1e61a66ac6f12bd598e858bd SHA256 e463dfa73564ddcb0352c0172f9e3054a949800ac8e64817c8926575cf1301f9 SHA512 9c63126b5a01d4eaf563497afbe6df00c9acd8eb92833b822668500512ab88380a4915200339e4bbf1c91b3dcfe089df1f4a3c6f7be3b4112e0b17630427f8e8 +SLACK-REQUIRED slack-required 117 MD5 81a831bbf4cdf3a1f910b35a2d29a304 RMD160 ac3bb4576983468cc0e7d251b11b828703f80531 SHA1 93ee04a8fc5d8710d481e456d7828467e6fa808d SHA256 d02132d4ad5187a7161ef0fd12f24d2f4c079da698c9cc1a64eadba6008db865 SHA512 ab0ce893bbed2b6fb52fdc9c2b66fc148087acceedb5f81f466d20e2c67f6df2ea6e8c4c3825d3be6b5ad49d81cf533995cb27400635e1e6848100e24690b66d +SLACKBUILD perl-file-find-rule.SlackBuild 7252 MD5 b4ff61ad5f6f43001befabb56c1bf732 RMD160 04576164ce4133a52f267cc40037a8d16969c216 SHA1 6b678dc89710463d5c05e35fbf6d1533fe30ca56 SHA256 5a45eb94a9fb7140a4718a71cfcd4ed1e0d22a7b54e149caf6f6ec2d8037daa1 SHA512 1f5cec2aef6c36d7151b7688020e1f9391d0daf9142c97b90068779374cf58c7af841a98d1b034d67e4d7be65cf75b378217831830a1e8cae3ff23a96391e994 diff --git a/dev/perl/perl-file-find-rule/perl-file-find-rule.mkbuild b/dev/perl/perl-file-find-rule/perl-file-find-rule.mkbuild new file mode 100644 index 0000000..2d50cd9 --- /dev/null +++ b/dev/perl/perl-file-find-rule/perl-file-find-rule.mkbuild @@ -0,0 +1,189 @@ +# +# 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: 824 $ - $Author: rhatto $ + +#-------------------- +# Personal variables +#-------------------- +# Author name +[[SLACKBUILD AUTHOR]]="Alexandre Vieira de Souza" + +# Initials author name +[[SLACKBUILD AUTHOR INITIALS]]="avs" + +#------------------------ +# Construction Variables +#------------------------ +# +# Complete URL address or URL base address ( without $SRC_NAME-$VERSION... ) +[[DOWNLOAD FOLDER URL]]="http://search.cpan.org/CPAN/authors/id/R/RC/RCLAMP/File-Find-Rule-0.32.tar.gz" + +# Source base name. if different from package name. Null ("") to default value. +# Auto-set, get SRC_NAME from URL: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION' +[[SOURCE NAME]]="" + +# Package name. Null ("") to auto-set +# Auto-set, get PKG_NAME from URL downcase(SRC_NAME): http://.../$SRC_NAME-$VERSION.tar.$EXTENSION' +[[PACKAGE NAME]]="perl-file-find-rule" + +# +# Package default ARCH +# Default set is i486 +[[ARCH]]="" + +# +# Package version. Null ("") to auto-set. +# Auto-set, get VERSION from URL: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION' +[[VERSION]]="" + +# +# Package extension. Null ("") to auto-set +# Auto-set, get EXTENSION from URL: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION' +[[EXTENSION]]="" + +# +# Build number. +# Auto-set to default 1 +[[BUILD NUMBER]]="" + +# +# Source Name construction string +# Default value is: $SRC_NAME-$VERSION.tar.$EXTENSION +[[SOURCE NAME CONSTRUCTION STRING]]="$SRC_NAME-$VERSION.tar.$EXTENSION" + +# +# Unpacker programa ("") to auto-set. Default "tar" +# Unpacke Flags ("") to auto-set. Default flags to tar "--no-same-owner --no-same-permissions -xvf" +[[UNPACKER]]="" +[[UNPACKER FLAGS]]="" + +# +# Dependency list input +# Enter string: "dependency_1 [condiction_1] [versio_1]: dependency_2 [condiction_2] [versio_2]" +# Example: +[[SLACK REQUIRED]]="perl-number-compare: perl-text-glob" + +# +# Decompress program +# gz, tgz, bz2, set null ("") to auto-set +# Auto-set, get DECOMPRESSOR from URL EXTENSION: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION' +[[DECOMPRESSOR]]="" + +# +# Decompress check flag +# gz, tgz, bz2, set null ("") to auto-set +[[DECOMPRESSOR TEST FLAG]]="" + +# +# Documentation files. Null ("") to auto-set commom doc-files: +# NEWS TODO README AUTHORS INSTALL ChangeLog MAINTAINERS COPYING readme.* +[[DOCUMENTATION FILES]]="" + +# +# ./configure options +[[OTHER CONFIGURE ARGS]]="" + +# +# PREFIX. Default /usr +[[PREFIX]]="/usr" + +# +# Number of jobs +[[NUMBER OF JOBS]]="" + +#--------------------- +# Others changes +#--------------------- +#[[MD5SUM CODE]]="" +#[[MD5SUM EXTENSION]]="" +#[[SIGNING KEY]]="" +#[[SIGNING KEY URL]]="" +#[[SIGNING KEY ID]]="" +#[[SIGNING URL]]="" +#[[CONFIG FILES]]="" +#[[PATCH URLS]]="" +#[[REST OF DOINST.SH]]="" +[[PATCH FILES]]="" +[[NUMBER OF PREFIX SLASHES TO STRIP]]="1" + +# SlackBuild model +[[SLACKBUILD MODEL]]="perl.mkSlackBuild" + +# SlackBuild PATH in Slack.Sarava tree +#[[SLACKBUILD PATH]]="others/unclassified/$PKG_NAME" +[[SLACKBUILD PATH]]="dev/perl/perl-file-find-rule" + +#--------------------- +# 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 +off: pre_configure + on: configure +off: pre_make_package + on: make_package +off: pre_install_package + on: install_package +off: post_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 +perl-file-find-rule: perl-file-find-rule +perl-file-find-rule: +perl-file-find-rule: File::Find::Rule is a friendlier interface to File::Find. It allows yuou +perl-file-find-rule: to build rules which specify the desired files and directories. +perl-file-find-rule: +perl-file-find-rule: +perl-file-find-rule: +perl-file-find-rule: +perl-file-find-rule: +perl-file-find-rule: by avs +perl-file-find-rule: +#<slackdesc |