aboutsummaryrefslogtreecommitdiff
path: root/dev/perl/perl-cairo
diff options
context:
space:
mode:
Diffstat (limited to 'dev/perl/perl-cairo')
-rw-r--r--dev/perl/perl-cairo/Manifest3
-rw-r--r--dev/perl/perl-cairo/perl-cairo.mkbuild189
2 files changed, 192 insertions, 0 deletions
diff --git a/dev/perl/perl-cairo/Manifest b/dev/perl/perl-cairo/Manifest
new file mode 100644
index 0000000..0329ab3
--- /dev/null
+++ b/dev/perl/perl-cairo/Manifest
@@ -0,0 +1,3 @@
+DIST Cairo-1.061.tar.gz 90604 MD5 08cd5e847f61858651fc4de769066e88 RMD160 eeed3fc830276a794b145ab9da2770e3cb856a65 SHA1 534500b85935a0fbfaeff76b4ff04067021cd8c7 SHA256 1d253f9d48bd36efdd4b962c169659182126baac9a6c6bb820406b48de9367a0 SHA512 57d22bd6c514a8319453ddabe87b643f4014168dff7abb22a7290981469399031ddea128fdb06e166cf8a98d9096a441bbfb45d4a7c30fa991444e6a9af31212
+MKBUILD perl-cairo.mkbuild 4971 MD5 e084b370b5eb94268f5ba41da88d54cf RMD160 b4e4064ac970bd60db35377966f7fabef175d998 SHA1 881b4e6b467a31b38ee0cb6c5cca8e69fa4f6a95 SHA256 497dfb1cd93c1ba8d22c4dd9c05b8f19ee8f3ae9c88a1fd679912ec6d94208da SHA512 b67feba3f818907f79312a3342ca81bd952f9a392311f326a8da6baa0b21527543e860274675ce7190cb6a0c900029ca6facef3bcb848536356e9d3971efbd8e
+SLACKBUILD perl-cairo.SlackBuild 6954 MD5 35ae85a1d90ebe4198a815d366880ed1 RMD160 2a9d2f802115a98fc5b01cd7bd74df52cc0ea1c1 SHA1 e2dd9417163434c542f45276cf9554405696802f SHA256 76f5102a225ddc0ee08b1b122685e229c7ad4d913447f80fd6a7207f40f0be3d SHA512 958ba78eae3702e680938f2c207393cff7328d2b94be814a8b08c69e0372c6c118c4414c9e3f501923bc67229138c6f974e6a4d0665d45035e8f35d8bdb1038b
diff --git a/dev/perl/perl-cairo/perl-cairo.mkbuild b/dev/perl/perl-cairo/perl-cairo.mkbuild
new file mode 100644
index 0000000..3a279d4
--- /dev/null
+++ b/dev/perl/perl-cairo/perl-cairo.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/T/TS/TSCH/Cairo-1.061.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-cairo"
+
+#
+# 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]]=""
+
+#
+# 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-cairo"
+
+#---------------------
+# 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-cairo: perl-cairo
+perl-cairo:
+perl-cairo: Perl bindings to the cairo graphics library.
+perl-cairo:
+perl-cairo:
+perl-cairo:
+perl-cairo:
+perl-cairo:
+perl-cairo:
+perl-cairo: by avs
+perl-cairo:
+#<slackdesc