summaryrefslogtreecommitdiff
path: root/packages/maemo/tscalib_0.0.1-3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/maemo/tscalib_0.0.1-3.bb')
-rw-r--r--packages/maemo/tscalib_0.0.1-3.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/packages/maemo/tscalib_0.0.1-3.bb b/packages/maemo/tscalib_0.0.1-3.bb
deleted file mode 100644
index a02b9fd4f4..0000000000
--- a/packages/maemo/tscalib_0.0.1-3.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-PR = "r0"
-LICENSE = "GPL"
-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
-}