void-packages/srcpkgs/econnman/template
2013-12-09 18:17:10 +01:00

23 lines
609 B
Text

# Template file for 'econnman'
pkgname=econnman
version=1
revision=2
build_style=gnu-configure
# XXX
configure_args="PY_EFL_CFLAGS=-Os PY_EFL_LIBS=-lefl"
hostmakedepends="pkg-config"
makedepends="python-efl 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-efl connman"
pkg_install() {
vmove all
}
}