aboutsummaryrefslogtreecommitdiff
path: root/dev/perl/perl-glib2
diff options
context:
space:
mode:
Diffstat (limited to 'dev/perl/perl-glib2')
-rw-r--r--dev/perl/perl-glib2/Manifest4
-rw-r--r--dev/perl/perl-glib2/perl-glib2.mkbuild189
2 files changed, 193 insertions, 0 deletions
diff --git a/dev/perl/perl-glib2/Manifest b/dev/perl/perl-glib2/Manifest
new file mode 100644
index 0000000..555e187
--- /dev/null
+++ b/dev/perl/perl-glib2/Manifest
@@ -0,0 +1,4 @@
+DIST Glib-1.222.tar.gz 267164 MD5 2f1af85d768920625f8d4a3ff9b75cc4 RMD160 22e9336f7c96abe9d4a60d0ad809d9603191570b SHA1 526bbd4058a0cbbef22b5a87d07f8f3dbd7fae0d SHA256 d891e169e2bfa0f022bb8def546db8893f687d31c008a3475c9c6481dc403c68 SHA512 187bddd0be84194631b10d168d012602bb24a557a17fbd5b8a529b21e3280036cdd8d08b9e84a171c18ba9bb0ef7c2b188ca5bbbdd4e27660efd11a8be52b936
+MKBUILD perl-glib2.mkbuild 5332 MD5 473136cf43f2c5e8a692955312084fad RMD160 536bf0f20d9231ae4ad5fd77403dd48b95898706 SHA1 be050a33dfef9d19a0d91590c607bd41366d636f SHA256 6c9182dfd7cf0965fea2d0917673d57f312f56ed67f8ad9215fc63a594d124ce SHA512 f1a261489d67eba23fc1e200b5e27013c24f00197a7dff52a8191823bf4d8ef34aafd0d8e69eeda5f8e4ae15a842b9f68935f3ef79f3b40c0f5dcf3d11fec0ff
+SLACK-REQUIRED slack-required 118 MD5 82e31083ff788aef2a2ce459567d767e RMD160 cc730c24bf3ecceff247b8c2bf4a1ec9d304b816 SHA1 4ed7d5191224ccf7f954f4b6f3af7da63f11a3d8 SHA256 ab381770feb3b39b36d3be4af7535b9f663d0d4c95c4a1109f026fd81175d43a SHA512 809bb1680524e0dc8c8979eba5bb9e3d5201e02fdb4d969e4e6c7196ecefccb230f8712c1f6711dcf51cf34921781f963fc25beb2848539392a2b4c36a0a5248
+SLACKBUILD perl-glib2.SlackBuild 7314 MD5 723411632c7213c08c522aaa184dbe3e RMD160 0d00bfe26cf4348b62cdfbf98dec893705eac9f2 SHA1 57cb05552dc86de5b1835364d2b9977076ae1d9d SHA256 d4014732dd5a0ddbdca5fcd766f85574b9bc176ce0058cc7dd150aa16a346e45 SHA512 090d4b2db832c2e59ac725580a021755ab90a16eab693b35da36fc9fced2a4eef83b378a1735baf5eb18df79d09631e3af8c368310b99e9eb3e942a187223c45
diff --git a/dev/perl/perl-glib2/perl-glib2.mkbuild b/dev/perl/perl-glib2/perl-glib2.mkbuild
new file mode 100644
index 0000000..7f85256
--- /dev/null
+++ b/dev/perl/perl-glib2/perl-glib2.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://freefr.dl.sourceforge.net/sourceforge/gtk2-perl/Glib-1.222.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-glib2"
+
+#
+# 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-extutils-depends: perl-extutils-pkgconfig"
+
+#
+# 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-glib2"
+
+#---------------------
+# 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-glib2: perl-glib2
+perl-glib2:
+perl-glib2: This module provides perl access to GLib and GLib's GObject libraries.
+perl-glib2: GLib is a portability and utility library; GObject provides a generic
+perl-glib2: type system with inheritance and a powerful signal system. Together
+perl-glib2: these libraries are used as the foundation for many of the libraries
+perl-glib2: that make up the Gnome environment, and are used in many unrelated
+perl-glib2: projects.
+perl-glib2:
+perl-glib2: by avs
+perl-glib2:
+#<slackdesc