blob: 821cd3323a52806895256ea01514c579519ce9c3 (
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"
LICENSE = "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
}
|