blob: c8a88e1448c17cf0baaacfc8944cc3e8a9e0120a (
plain)
1
2
3
4
5
6
7
8
9
10
|
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
|