19 lines
622 B
Bash
19 lines
622 B
Bash
# Template file for 'econnman'
|
|
pkgname=econnman
|
|
version=1.1.0
|
|
revision=4
|
|
noarch=yes
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake libtool pkg-config python efl-devel"
|
|
makedepends="efl-devel python-efl"
|
|
depends="python-efl connman desktop-file-utils"
|
|
homepage="http://enlightenment.org"
|
|
short_desc="Enlightenment ConnMan user interface"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="LGPL-3"
|
|
distfiles="https://git.enlightenment.org/apps/econnman.git/snapshot/econnman-${version}.tar.gz"
|
|
checksum=5ffde515adc80c4f319b206ffbefc583efc0a5dd2a265c113c367c2bc14cc522
|
|
|
|
pre_configure() {
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
}
|