void-packages/srcpkgs/econnman/template
2013-11-17 11:39:37 +01:00

22 lines
673 B
Text

# Template file for 'econnman'
pkgname=econnman
version=1
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="python-elementary-devel python-e_dbus-devel python-edje-devel connman"
homepage="http://enlightenment.org"
short_desc="Enlightenment ConnMan user interface"
maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-3"
distfiles="http://packages.profusion.mobi/$pkgname/$pkgname-$version.tar.gz"
checksum=3e2724423d6cfe24dca6bf34bbc340fb71ecf2e569346c92978593320128f02d
econnman_package() {
noarch=yes
depends="python-elementary python-e_dbus python-edje python-ecore connman"
pycompile_module="ecore"
pkg_install() {
vmove all
}
}