void-packages/srcpkgs/econnman/template
2019-10-22 10:44:14 +02:00

22 lines
738 B
Bash

# Template file for 'econnman'
pkgname=econnman
version=1.1.0
revision=5
archs=noarch
_gitrev=18e7be6bf80df6b86965ba93391b205339fc7267
wrksrc=${pkgname}-${_gitrev}
build_style=gnu-configure
hostmakedepends="automake libtool pkg-config python3 efl-devel"
makedepends="efl-devel python3-efl"
depends="python3-efl python3-dbus connman desktop-file-utils"
short_desc="Enlightenment ConnMan user interface"
maintainer="q66 <daniel@octaforge.org>"
license="LGPL-3.0-only"
homepage="http://enlightenment.org"
distfiles="https://git.enlightenment.org/apps/econnman.git/snapshot/econnman-${_gitrev}.tar.gz"
checksum=6188accebac2bb52466794c685f042f9f2bcc7d5d77b2417b30458e2e7265282
python_version=3
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}