From bcda38cd52aa843c1631409262a214837a6911dd Mon Sep 17 00:00:00 2001 From: rhatto Date: Sun, 4 Jan 2009 03:08:53 +0000 Subject: eina: adding eina git-svn-id: svn+slack://slack.fluxo.info/var/svn/mkbuilds@336 18ef50b8-d735-4ccd-97c1-689132df3dd9 --- dev/libs/eina/Manifest | 2 + dev/libs/eina/eina.mkbuild | 114 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 116 insertions(+) create mode 100644 dev/libs/eina/Manifest create mode 100644 dev/libs/eina/eina.mkbuild (limited to 'dev') diff --git a/dev/libs/eina/Manifest b/dev/libs/eina/Manifest new file mode 100644 index 0000000..901645b --- /dev/null +++ b/dev/libs/eina/Manifest @@ -0,0 +1,2 @@ +MKBUILD eina.mkbuild 2790 MD5 e6a57e9ae1658e98420c914514151c2f RMD160 7b65f192ceb50726dbe98c15811073336461559c SHA1 f13763f85b24cb6eb2833d7b6f4a4cd27212d0b4 SHA256 012756c208af1dc7dbd7462347b4b06b1afbb66403952566179faec160bb9b38 SHA512 37b66b9268319d4bd2b78d3cccb5f0bb586bf7f87e8ae947f86bef2c6b36187957eb8eec594a937ced08ac3701060802e69d50e6ab6d348338c8e458bd553505 +SLACKBUILD eina.SlackBuild 4919 MD5 729bdb21c451306eb31e596ffc388e9f RMD160 90601af6f0a8783a4e05d4340460481414f20ee7 SHA1 68d062163d3a4dad2b8c5d756db3cc3bf70c8d0e SHA256 799235c23a29006584d9f531e75af096b988eab35d275681d846855e761a8b89 SHA512 0d2d345b3dca5ad95ce9c79c9a5d547cb2928444826ce2db76c7d065dcca55a9bd1be80094ca42ac0b3b3c87fd9309b33ec55482e9ebfbae81fc19df82ff2949 diff --git a/dev/libs/eina/eina.mkbuild b/dev/libs/eina/eina.mkbuild new file mode 100644 index 0000000..1a0e963 --- /dev/null +++ b/dev/libs/eina/eina.mkbuild @@ -0,0 +1,114 @@ +# +# 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 +# + +#-------------------- +# 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://svn.enlightenment.org/svn/e/trunk/eina" + +# Package name +[[PACKAGE NAME]]="eina" + +# Source base name +[[SOURCE NAME]]="eina" + +# +# PKG_NAME version +[[VERSION]]="svn_version" + +# +# Documentation files +[[DOCUMENTATION FILES]]="AUTHORS COPYING ChangeLog NEWS README" + +# +# Other configure arguments +[[OTHER CONFIGURE ARGS]]="--sysconfdir=/etc" + +# SlackBuild model +[[SLACKBUILD MODEL]]="generic.mkSlackBuild" + +# SlackBuild PATH in Slack.Sarava tree +[[SLACKBUILD PATH]]="dev/libs/eina" + +#--------------------- +# 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 +off: download_source + on: svn_source +off: md5sum_download_and_check_0 +off: md5sum_download_and_check_1 +off: gpg_signature_check +off: 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 + on: slack_required + on: build_package + on: clean_builds +#<< End SlackBuild Sections + +#------------------ +# Sections changes +#------------------ +#>slackdesc +eina: eina +eina: +eina: Eina is a multi-platform library that provides optimized +eina: data types and a few tools that could be used for projects. +eina: +eina: +eina: +eina: +eina: +eina: +eina: +# + # Configure ++./autogen.sh || exit $ERROR_CONF +#p< -- cgit v1.2.3