aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorrhatto <rhatto@18ef50b8-d735-4ccd-97c1-689132df3dd9>2009-01-05 00:36:13 +0000
committerrhatto <rhatto@18ef50b8-d735-4ccd-97c1-689132df3dd9>2009-01-05 00:36:13 +0000
commit9d778e55133eaa6194a42c4613ae2bf5d38b0aa2 (patch)
treea64865a6560b482025f7066f883cbe0ac8698c48 /sys
parentb54f4983b71527aba69694bb49141dd44a3d2197 (diff)
downloadmkbuilds-9d778e55133eaa6194a42c4613ae2bf5d38b0aa2.tar.gz
mkbuilds-9d778e55133eaa6194a42c4613ae2bf5d38b0aa2.tar.bz2
e_dbus: adding e_dbus
git-svn-id: svn+slack://slack.fluxo.info/var/svn/mkbuilds@352 18ef50b8-d735-4ccd-97c1-689132df3dd9
Diffstat (limited to 'sys')
-rw-r--r--sys/apps/e_dbus/Manifest3
-rw-r--r--sys/apps/e_dbus/e_dbus.mkbuild118
2 files changed, 121 insertions, 0 deletions
diff --git a/sys/apps/e_dbus/Manifest b/sys/apps/e_dbus/Manifest
new file mode 100644
index 0000000..b084958
--- /dev/null
+++ b/sys/apps/e_dbus/Manifest
@@ -0,0 +1,3 @@
+MKBUILD e_dbus.mkbuild 2862 MD5 1f211d4b78ffb3ff11a8599d225071e7 RMD160 1f8f35402e65a47f404c3e2d2594f445f4437b3e SHA1 5ebc8840b30d4ceac8a54c93dc9904e25da72e84 SHA256 7663507d14fc1435087260bec65cb18731df2976a5cdcda42cf13a220fe82d30 SHA512 302d638055e36dc1299e909bdbae8caaaa3bef78bdeff4906a9337c9b5aa5aca07f56a7b1e6363fb0e4b786da863a1c4c0d5d51951065d3bbfdc098f07cecdf3
+SLACK-REQUIRED slack-required 76 MD5 5fb8d262ed431562d06929308404e398 RMD160 fdff8960878cca48d7fe804ab5d2456f19f3d51c SHA1 ce5bf48c1fb01d6813774753f983929de2f68d73 SHA256 1b7e83b102db3c098e9c1da5d4ac81de1966a395762724612e3e8c77ad185ef1 SHA512 51e97829680b3fa570a9edc681f6895722f10c1713bc1a0b959645073ac9de6b570498ded2a170fb258eb3063927a17101e8a49f7b0d219996921767a1177ca4
+SLACKBUILD e_dbus.SlackBuild 4950 MD5 285e0946e2eed5ddfb82fe25be256a88 RMD160 9a469f35e10bbbd017dd0406f5fb4553e6679740 SHA1 ccf567dbc1db0d34d917f685e910d2f14afa392b SHA256 7b4eed9720a9b33ebd31ecd64b3ff2456749ceaa44f611e60b64b2c01576e843 SHA512 b1044b58cfec5f33b162eced31bd10b7cb50ae5fc1183aa54f95649a0eb76233b7eef24935f4584716c701237b0f13990628c4cae5e47a48fc86aad5599fb815
diff --git a/sys/apps/e_dbus/e_dbus.mkbuild b/sys/apps/e_dbus/e_dbus.mkbuild
new file mode 100644
index 0000000..ec1ac2e
--- /dev/null
+++ b/sys/apps/e_dbus/e_dbus.mkbuild
@@ -0,0 +1,118 @@
+#
+# 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/e_dbus"
+
+# Package name
+[[PACKAGE NAME]]="e_dbus"
+
+# Source base name
+[[SOURCE NAME]]="e_dbus"
+
+#
+# PKG_NAME version
+[[VERSION]]="svn_version"
+
+#
+# Dependency list input
+[[SLACK REQUIRED]]="ecore"
+
+#
+# Documentation files
+[[DOCUMENTATION FILES]]="AUTHORS COPYING ChangeLog NEWS README TODO BUGS"
+
+#
+# Other configure arguments
+[[OTHER CONFIGURE ARGS]]="--sysconfdir=/etc"
+
+# SlackBuild model
+[[SLACKBUILD MODEL]]="generic.mkSlackBuild"
+
+# SlackBuild PATH in Slack.Sarava tree
+[[SLACKBUILD PATH]]="sys/apps/e_dbus"
+
+#---------------------
+# 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
+e_dbus: e_dbus
+e_dbus:
+e_dbus: e_dbus is a set of wrappers around dbus to ease integrating dbus
+e_dbus: with EFL based applications.
+e_dbus:
+e_dbus:
+e_dbus:
+e_dbus:
+e_dbus:
+e_dbus:
+e_dbus:
+#<slackdesc
+
+#p>
+ # Configure
++./autogen.sh || exit $ERROR_CONF
+#p<