diff options
author | rhatto <rhatto@18ef50b8-d735-4ccd-97c1-689132df3dd9> | 2009-01-14 14:40:19 +0000 |
---|---|---|
committer | rhatto <rhatto@18ef50b8-d735-4ccd-97c1-689132df3dd9> | 2009-01-14 14:40:19 +0000 |
commit | 6a3ce961a1264062bebdb3c4366ea6ba8979d5f7 (patch) | |
tree | ced0a1d0f87c65105ff05d9057ef4d9769c45d41 /dev/libs/libxml++/libxml++.mkbuild | |
parent | 93f911df07338800110e852800e8f9a9168d01a4 (diff) | |
download | mkbuilds-6a3ce961a1264062bebdb3c4366ea6ba8979d5f7.tar.gz mkbuilds-6a3ce961a1264062bebdb3c4366ea6ba8979d5f7.tar.bz2 |
libxml++: adding libxml++
git-svn-id: svn+slack://slack.fluxo.info/var/svn/mkbuilds@365 18ef50b8-d735-4ccd-97c1-689132df3dd9
Diffstat (limited to 'dev/libs/libxml++/libxml++.mkbuild')
-rw-r--r-- | dev/libs/libxml++/libxml++.mkbuild | 102 |
1 files changed, 102 insertions, 0 deletions
diff --git a/dev/libs/libxml++/libxml++.mkbuild b/dev/libs/libxml++/libxml++.mkbuild new file mode 100644 index 0000000..d7372a8 --- /dev/null +++ b/dev/libs/libxml++/libxml++.mkbuild @@ -0,0 +1,102 @@ +# +# 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://ftp.gnome.org/pub/GNOME/sources/libxml++/2.24/libxml++-2.24.2.tar.bz2" + +# +# Documentation files. Null ("") to auto-set commom doc-files: +# NEWS TODO README AUTHORS INSTALL ChangeLog MAINTAINERS COPYING readme.* +[[DOCUMENTATION FILES]]="AUTHORS COPYING ChangeLog INSTALL NEWS README" + +# SlackBuild model +[[SLACKBUILD MODEL]]="generic.mkSlackBuild" + +# SlackBuild PATH in Slack.Sarava tree +#[[SLACKBUILD PATH]]="others/unclassified/libxml++" +[[SLACKBUILD PATH]]="dev/libs/libxml++" + +#--------------------- +# 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 + 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 +libxml++: libxml++ +libxml++: +libxml++: libxml++ is a C++ wrapper for the libxml XML parser library. +libxml++: +libxml++: +libxml++: +libxml++: +libxml++: +libxml++: +libxml++: +libxml++: +#<slackdesc |