Add several utility applications for maemo images.
authorFlorian Boor <florian.boor@kernelconcepts.de>
Fri, 1 Jul 2005 20:51:02 +0000 (20:51 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Fri, 1 Jul 2005 20:51:02 +0000 (20:51 +0000)
packages/maemo/osso-app-killer_0.4-3.bb [new file with mode: 0644]
packages/maemo/osso-screenshot-tool_1.20-1.bb [new file with mode: 0644]
packages/maemo/tscalib/.mtn2git_empty [new file with mode: 0644]
packages/maemo/tscalib/makefile.patch [new file with mode: 0644]
packages/maemo/tscalib_0.0.1-3.bb [new file with mode: 0644]

diff --git a/packages/maemo/osso-app-killer_0.4-3.bb b/packages/maemo/osso-app-killer_0.4-3.bb
new file mode 100644 (file)
index 0000000..7ecc772
--- /dev/null
@@ -0,0 +1,14 @@
+PR         = "r0"
+LICENSE    = "GPL"
+MAINTAINER = "Florian Boor <florian@kernelconcepts.de>"
+
+DEPENDS = "libosso"
+
+SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/o/${PN}/${PN}_${PV}.tar.gz"
+
+S = ${WORKDIR}/${PN}-0.4
+
+inherit autotools pkgconfig
+
+FILES_${PN} += "${libdir}/dbus-1.0"
+
diff --git a/packages/maemo/osso-screenshot-tool_1.20-1.bb b/packages/maemo/osso-screenshot-tool_1.20-1.bb
new file mode 100644 (file)
index 0000000..3b039be
--- /dev/null
@@ -0,0 +1,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
diff --git a/packages/maemo/tscalib/.mtn2git_empty b/packages/maemo/tscalib/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/maemo/tscalib/makefile.patch b/packages/maemo/tscalib/makefile.patch
new file mode 100644 (file)
index 0000000..7bfab4f
--- /dev/null
@@ -0,0 +1,24 @@
+--- Makefile.orig      2005-06-20 18:44:26.000000000 +0200
++++ Makefile   2005-06-20 18:43:56.000000000 +0200
+@@ -1,6 +1,4 @@
+-CC = gcc
+-CFLAGS = -Os
+ LIBS = -lts
+ PREFIX = /usr/local
+@@ -20,11 +18,11 @@
+       rm -rf $(OBJECTS) $(TARGET) .depends
+ install: $(TARGET)
+-      install -d -m 755 $(PREFIX)/bin
+-      install -c -m 755 $(TARGET) $(PREFIX)/bin/$(TARGET)
++      install -d -m 755 $(DESTDIR)/$(PREFIX)/bin
++      install -c -m 755 $(TARGET) $(DESTDIR)/$(PREFIX)/bin/$(TARGET)
+ .depends:
+-      $(CC) -MM $(SOURCES) > .depends
++      $(CC) -MM $(CFLAGS) $(SOURCES) > .depends
+ -include .depends
diff --git a/packages/maemo/tscalib_0.0.1-3.bb b/packages/maemo/tscalib_0.0.1-3.bb
new file mode 100644 (file)
index 0000000..6c1a72b
--- /dev/null
@@ -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
+}