diff options
Diffstat (limited to 'packages/maemo/tscalib_0.0.1-3.bb')
-rw-r--r-- | packages/maemo/tscalib_0.0.1-3.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/maemo/tscalib_0.0.1-3.bb b/packages/maemo/tscalib_0.0.1-3.bb new file mode 100644 index 0000000000..6c1a72b185 --- /dev/null +++ b/packages/maemo/tscalib_0.0.1-3.bb @@ -0,0 +1,19 @@ +PR = "r0" +LICENSE = "GPL" +MAINTAINER = "Florian Boor <florian@kernelconcepts.de>" +DEPENDS = "virtual/xserver tslib" + +SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/t/${PN}/${PN}_${PV}.tar.gz \ + file://makefile.patch;patch=1;pnum=0" + +S = "${WORKDIR}/${PN}" + +inherit autotools pkgconfig + +do_compile () { + oe_runmake PREFIX=${prefix} +} + +do_install() { + oe_runmake PREFIX=${prefix} DESTDIR=${D} install +} |