From 9cc7b5621b273627b11a3c33127c5657927c72be Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 17 Nov 2013 10:27:23 +0100 Subject: [PATCH] New package: python-e_dbus-1.7.0. --- srcpkgs/python-e_dbus-devel | 1 + srcpkgs/python-e_dbus/template | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 120000 srcpkgs/python-e_dbus-devel create mode 100644 srcpkgs/python-e_dbus/template diff --git a/srcpkgs/python-e_dbus-devel b/srcpkgs/python-e_dbus-devel new file mode 120000 index 00000000000..ef972f55cd8 --- /dev/null +++ b/srcpkgs/python-e_dbus-devel @@ -0,0 +1 @@ +python-e_dbus \ No newline at end of file diff --git a/srcpkgs/python-e_dbus/template b/srcpkgs/python-e_dbus/template new file mode 100644 index 00000000000..fbd479313a1 --- /dev/null +++ b/srcpkgs/python-e_dbus/template @@ -0,0 +1,29 @@ +# Template file for 'python-e_dbus' +pkgname=python-e_dbus +version=1.7.0 +revision=1 +build_style=gnu-configure +hostmakedepends="pkg-config" +makedepends="e_dbus-devel>=${version} dbus-python-devel" +homepage="http://enlightenment.org" +short_desc="Python2 bindings for e_dbus" +maintainer="Juan RP " +license="BSD" +distfiles="http://download.enlightenment.org/releases/BINDINGS/python/${pkgname}-${version}.tar.bz2" +checksum=78e5ca334ee25185748660b4e612f984f4d3bced018f062278701429868f117b + +python-e_dbus-devel_package() { + short_desc+=" - development files" + depends="dbus-python-devel e_dbus-devel" + pkg_install() { + vmove usr/lib/pkgconfig + } +} + +python-e_dbus_package() { + depends="dbus-python" + pycompile_module="e_dbus" + pkg_install() { + vmove all + } +}