econnman: update to 1.1.

This commit is contained in:
Juan RP 2013-12-12 18:36:36 +01:00
parent 32377d2ed2
commit 370b77337e
1 changed files with 6 additions and 8 deletions

View File

@ -1,22 +1,20 @@
# Template file for 'econnman'
pkgname=econnman
version=1
revision=2
version=1.1
revision=1
build_style=gnu-configure
# XXX
configure_args="PY_EFL_CFLAGS=-Os PY_EFL_LIBS=-lefl"
hostmakedepends="pkg-config"
makedepends="python-efl connman"
makedepends="efl-devel python-efl connman desktop-file-utils"
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
distfiles="http://download.enlightenment.org/rel/apps/econnman/econnman-${version}.tar.gz"
checksum=60f30748b2642b83763fe1e00f6a54ff27425c761633bb8cc0396fba15e7f714
econnman_package() {
noarch=yes
depends="python-efl connman"
depends="python-efl connman desktop-file-utils"
pkg_install() {
vmove all
}