New package: python-e_dbus-1.7.0.
This commit is contained in:
parent
82a9593b19
commit
9cc7b5621b
2 changed files with 30 additions and 0 deletions
1
srcpkgs/python-e_dbus-devel
Symbolic link
1
srcpkgs/python-e_dbus-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
python-e_dbus
|
29
srcpkgs/python-e_dbus/template
Normal file
29
srcpkgs/python-e_dbus/template
Normal file
|
@ -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 <xtraeme@gmail.com>"
|
||||
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
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue