New package: python-ecore-1.7.0.

This commit is contained in:
Juan RP 2013-11-17 10:15:49 +01:00
parent 62371a97dd
commit 597852cccd
2 changed files with 32 additions and 0 deletions

1
srcpkgs/python-ecore-devel Symbolic link
View File

@ -0,0 +1 @@
python-ecore

View File

@ -0,0 +1,31 @@
# Template file for 'python-ecore'
pkgname=python-ecore
version=1.7.0
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="ecore-devel>=${version} python-evas-devel"
homepage="http://enlightenment.org"
short_desc="Python2 bindings for Ecore"
maintainer="Juan RP <xtraeme@gmail.com>"
license="BSD"
distfiles="http://download.enlightenment.org/releases/BINDINGS/python/${pkgname}-${version}.tar.bz2"
checksum=45d374ffab243b561718897e4eac9aadc1e7ce6e34321a3e728a5f6d07d1e9b6
python-ecore-devel_package() {
short_desc+=" - development files"
depends="python-devel ecore-devel ${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/share
}
}
python-ecore_package() {
depends="python-evas"
pycompile_module="ecore"
pkg_install() {
vmove all
}
}