aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/enna/enna.inc
blob: 4cc5b481ccf4d9beba456b03d99f10bf80d47394 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "Enna is a media center application based on EFL."
HOMEPAGE = "http://${PN}.geexbox.org/"
SECTION = "x11/multimedia"
LICENSE = "LGPLv2.1+"
DEPENDS = "curl eet evas edje ecore edbus elementary emotion"
DEPENDS += "libxml2 libvalhalla libplayer"

INC_PR = "r1"

SRC_URI = "http://${PN}.geexbox.org/releases/${P}.tar.bz2;name=${PN}"

inherit autotools pkgconfig

do_configure_prepend() {
	autopoint || touch config.rpath
}