sg3-utils: add newer buildable version
[openembedded.git] / recipes / libeina / libeina_0.96.5.bb
1 DESCRIPTION = "Multimedia library using gstreamer""
2 HOMEPAGE = "http://bolgo.cent.uji.es/proyectos/eina"
3 LICENSE = "GPL"
4
5 DEPENDS = "file glib-2.0 gstreamer"
6
7 SRC_URI = "http://bolgo.cent.uji.es/files/libeina/${P}.tar.gz"
8
9 inherit autotools pkgconfig
10
11 do_stage() {
12 autotools_stage_all
13 }
14