blob: 3b039be9347cb4e4c37cca324b1583b9e6dcd5f8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
PR = "r0"
LICENSE = ""
MAINTAINER = "Florian Boor <florian@kernelconcepts.de>"
DEPENDS = "gtk+-2.6.4-1.osso7"
SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/o/${PN}/${PN}_${PV}.tar.gz"
S = "${WORKDIR}/${PN}-1.20"
inherit pkgconfig autotools
|