From 7bc11654410b16499d129d974aee1c28725db2d4 Mon Sep 17 00:00:00 2001 From: rhatto Date: Wed, 14 Jan 2009 15:35:13 +0000 Subject: gobby: adding gobby git-svn-id: svn+slack://slack.fluxo.info/var/svn/mkbuilds@366 18ef50b8-d735-4ccd-97c1-689132df3dd9 --- app/editors/gobby/Manifest | 4 ++ app/editors/gobby/gobby.mkbuild | 110 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 114 insertions(+) create mode 100644 app/editors/gobby/Manifest create mode 100644 app/editors/gobby/gobby.mkbuild (limited to 'app') diff --git a/app/editors/gobby/Manifest b/app/editors/gobby/Manifest new file mode 100644 index 0000000..173f85a --- /dev/null +++ b/app/editors/gobby/Manifest @@ -0,0 +1,4 @@ +DIST gobby-0.4.9.tar.gz 380523 MD5 faff32b66954f7b3954be908a219e524 RMD160 c25342d2a8c36fc665307c6ee60dcefb0a678601 SHA1 5913fd87aa66d5ff939a57d07f1baf422ef67885 SHA256 2d48be88265df6cf125159edb315527515df2ec0e9f9ab9de7d175a3a6a60a5d SHA512 337c74880ee2a57352f444d122881b50dc3558d2490efa6701760c678f5237e518d24b80d6b692a042709508a3305bc392b02a5bd56c9b1a89dcdd1f41dcc46d +MKBUILD gobby.mkbuild 3398 MD5 1f2d11fdee7defc49ce5a894a03def4a RMD160 12bb82d7b427131963a01aeec9e7f5358913ed14 SHA1 d30016cbbd26b9f86013c780a8d42f7801202bc8 SHA256 4007a05a5a612896b9c11507052854a615530a92c0f513e0d414200d73a4e824 SHA512 88945f1273f947c94ab9939aa0804abc38b6d878c2de87358f87be358424e6f146a385d7e443d3fe55b7a62ff744c0c6fe14f95b0633b205193d967552a70e57 +SLACK-REQUIRED slack-required 114 MD5 d812ccae43f2945176a5de9bb9d1eda9 RMD160 f7483a8de525d68f4654c2fd976bd08072716630 SHA1 c409ea291df5f0a20b1e8753b4253b325c65050e SHA256 bd4ced2ea3f8fb2b7922d9197c5bd25e067e546c607d5716f842fafead0c2e12 SHA512 2cbe02f86087f429d86943ae4ed95d0b1ebff78ac855a10c4a299bf5a2c1f44bfbd0372199652c5341c8dae16202ebf1141a84f024bb1e16afae1b613fd583f3 +SLACKBUILD gobby.SlackBuild 8186 MD5 93d9cea250fc3558d92f5075e1aac2b4 RMD160 58981c1f5bf4d88bd4050d21f4a9726d5dfefd8c SHA1 3c1d2051e1b81dab918d8a25a2e12c97d6465a6b SHA256 d2d8ec2ccf3f309a8ee24298399e4fdb71bfe28a277589808ed2efa64effac95 SHA512 d8e7f5400c0f6e895847e18f66f4a9cdab8c1832a318231f2b0c008d1306a1ee3fe46d1312ba103812b6d14e987bf5fbf07be34f39c8aaacbcfb26ee3bc6a7a9 diff --git a/app/editors/gobby/gobby.mkbuild b/app/editors/gobby/gobby.mkbuild new file mode 100644 index 0000000..abe464d --- /dev/null +++ b/app/editors/gobby/gobby.mkbuild @@ -0,0 +1,110 @@ +# +# 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: 742 $ - $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://releases.0x539.de/gobby/gobby-0.4.9.tar.gz" + +# Dependency list input +# Enter string: "dependency_1 [condiction_1] [versio_1]: dependency_2 [condiction_2] [versio_2]" +# Example: +[[SLACK REQUIRED]]="libxml++: gtksourceview: net6: obby" + +# +# Documentation files. Null ("") to auto-set commom doc-files: +# NEWS TODO README AUTHORS INSTALL ChangeLog MAINTAINERS COPYING readme.* +[[DOCUMENTATION FILES]]="" + +# Signature checking +[[SIGNING KEY ID]]="" + +# SlackBuild model +[[SLACKBUILD MODEL]]="generic.mkSlackBuild" + +# SlackBuild PATH in Slack.Sarava tree +#[[SLACKBUILD PATH]]="others/unclassified/gobby" +[[SLACKBUILD PATH]]="app/editors/gobby" + +#--------------------- +# 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 + on: 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 +gobby: gobby +gobby: +gobby: Gobby is a free collaborative editor. This means that it provides +gobby: you with the possibility to edit files simultaneously with other +gobby: users over a network. It supports multiple documents in one session +gobby: and a multi-user chat. The platforms on which you could use Gobby +gobby: are so far Microsoft Windows, Linux, Mac OS X and other Unix-like +gobby: ones. Developed with the Gtk+ toolkit it integrates nicely into +gobby: the GNOME desktop environment if you want it to. +gobby: +gobby: +#