blob: eac539de20e91b448d8d8bdd64c4031ffd53132d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DESCRIPTION = "Multimedia library using gstreamer""
HOMEPAGE = "http://bolgo.cent.uji.es/proyectos/eina"
LICENCE = "GPL"
MAINTAINER = "Koen Kooi <koen@handhelds.org>"
DEPENDS = "file glib-2.0 gstreamer"
SRC_URI = "http://bolgo.cent.uji.es/files/libeina/${P}.tar.gz"
inherit autotools pkgconfig
do_stage() {
autotools_stage_all
}
|