2013-11-17 10:39:37 +00:00
|
|
|
# Template file for 'econnman'
|
|
|
|
pkgname=econnman
|
|
|
|
version=1
|
2013-12-09 17:17:10 +00:00
|
|
|
revision=2
|
2013-11-17 10:39:37 +00:00
|
|
|
build_style=gnu-configure
|
2013-12-09 17:17:10 +00:00
|
|
|
# XXX
|
|
|
|
configure_args="PY_EFL_CFLAGS=-Os PY_EFL_LIBS=-lefl"
|
2013-11-17 10:39:37 +00:00
|
|
|
hostmakedepends="pkg-config"
|
2013-12-09 17:17:10 +00:00
|
|
|
makedepends="python-efl connman"
|
2013-11-17 10:39:37 +00:00
|
|
|
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
|
2013-12-09 17:17:10 +00:00
|
|
|
depends="python-efl connman"
|
2013-11-17 10:39:37 +00:00
|
|
|
pkg_install() {
|
|
|
|
vmove all
|
|
|
|
}
|
|
|
|
}
|