aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorrhatto <rhatto@18ef50b8-d735-4ccd-97c1-689132df3dd9>2009-01-10 12:44:13 +0000
committerrhatto <rhatto@18ef50b8-d735-4ccd-97c1-689132df3dd9>2009-01-10 12:44:13 +0000
commit81b28a03577c4079e42c38a4b8d2c7bc87ef5621 (patch)
tree87449ecf656286f9a2974d814bc73b657e3825f4 /net
parent8d239aa06bde8a3dd48bedd88873933835fcfab3 (diff)
downloadmkbuilds-81b28a03577c4079e42c38a4b8d2c7bc87ef5621.tar.gz
mkbuilds-81b28a03577c4079e42c38a4b8d2c7bc87ef5621.tar.bz2
mozplugger: adding mozplugger
git-svn-id: svn+slack://slack.fluxo.info/var/svn/mkbuilds@354 18ef50b8-d735-4ccd-97c1-689132df3dd9
Diffstat (limited to 'net')
-rw-r--r--net/www/mozplugger/Manifest3
-rw-r--r--net/www/mozplugger/mozplugger.mkbuild116
2 files changed, 119 insertions, 0 deletions
diff --git a/net/www/mozplugger/Manifest b/net/www/mozplugger/Manifest
new file mode 100644
index 0000000..c089f37
--- /dev/null
+++ b/net/www/mozplugger/Manifest
@@ -0,0 +1,3 @@
+DIST mozplugger-1.12.0.tar.gz 95073 MD5 6d4dd7b1c577f625c9d664532389d6db RMD160 87c82713de2dd9b139ea0b49f856b6797c913fb8 SHA1 5107338378795c147e79c04eead8f9fa7f6ebd28 SHA256 1312aad8078dcda7f8ec8e9d756786034420406bf1658066d60392bdaa7befee SHA512 54b3308b806ae11e0021549bb8873d7f57efc9979858f3e746368a19c9d553dc9b8bcd92c7c60f57c3897d06abcb7afce4173218a0e57982814c370941c929ee
+MKBUILD mozplugger.mkbuild 3281 MD5 baa2e76c72691d088216135641f323f0 RMD160 aaf99cd2e28f3f60aae31ae59fcd1a7aace775c4 SHA1 8ee734858fc197425f7cbdf965ea6c607b94f6a6 SHA256 77a7d3f90006bafee92ed753bf55d5952f40d64be0ced4148e665ab7a1944513 SHA512 34e1d3f9c085e16d1bbcaea19bac90fa91e8940e8e71d552bc4bc25c93951f1b91c7d081da2b85e164687271e7a0065fd035c3863bcac3eca5aabae1f18506ee
+SLACKBUILD mozplugger.SlackBuild 6491 MD5 b67f98922df9c859f0ad1a4bc3a86b30 RMD160 aa58e1908b3a5ce0f7b5b22c276fb284e9bb05b0 SHA1 0ede0baf652a29005d11d5f9e3457f5157a67b75 SHA256 e4236b34d4fa63c6676de81ff43e541ac9c5a666537c9801016083d7d7952263 SHA512 fa89e5ee365157c66f03fc5eb2d77ed33595a760c36114d2db7ead28499a1958f2d8bd9288d3fb314597b5a3514e7fcc7e87bad0f8439d075b5ae9eafc14d170
diff --git a/net/www/mozplugger/mozplugger.mkbuild b/net/www/mozplugger/mozplugger.mkbuild
new file mode 100644
index 0000000..22ae5e1
--- /dev/null
+++ b/net/www/mozplugger/mozplugger.mkbuild
@@ -0,0 +1,116 @@
+#
+# 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: 714 $ - $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://mozplugger.mozdev.org/files/mozplugger-1.12.0.tar.gz"
+
+#
+# Documentation files. Null ("") to auto-set commom doc-files:
+# NEWS TODO README AUTHORS INSTALL ChangeLog MAINTAINERS COPYING readme.*
+[[DOCUMENTATION FILES]]="COPYING ChangeLog README"
+
+#
+# PREFIX. Default /usr
+[[PREFIX]]="/usr"
+
+# SlackBuild model
+[[SLACKBUILD MODEL]]="generic.mkSlackBuild"
+
+# SlackBuild PATH in Slack.Sarava tree
+#[[SLACKBUILD PATH]]="others/unclassified/mozplugger"
+[[SLACKBUILD PATH]]="net/www/mozplugger"
+
+#---------------------
+# 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: 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
+mozplugger: mozplugger
+mozplugger:
+mozplugger: The goal of the project is to provide a minimalist, clean
+mozplugger: and stable general purpose Mozilla plugin module that allows
+mozplugger: the user to embed and launch their favourite application to
+mozplugger: handle the various different types of media found on the
+mozplugger: Internet.
+mozplugger:
+mozplugger:
+mozplugger:
+mozplugger:
+#<slackdesc
+
+#>make_package
+# Make
+make $NUMJOBS linux || exit $ERROR_MAKE
+#<make_package
+
+#>install_package
+# Install
+make install root=$PKG || exit $ERROR_INSTALL
+#<install_package