maemo3: start adding maemo3 packages that build against stock base libraries:
authorKoen Kooi <koen@openembedded.org>
Tue, 9 Jan 2007 09:59:37 +0000 (09:59 +0000)
committerKoen Kooi <koen@openembedded.org>
Tue, 9 Jan 2007 09:59:37 +0000 (09:59 +0000)
* hildon lgpl 0.12.1
* hildon-base-lib 0.11.1
* libgpsmgr 0.1
* libgpsbt 0.1
Work in progress, feel free to fix errors, add descriptions, etc

packages/maemo3/.mtn2git_empty [new file with mode: 0644]
packages/maemo3/hildon-base-lib_0.11.1.bb [new file with mode: 0644]
packages/maemo3/hildon-lgpl_0.12.1.bb [new file with mode: 0644]
packages/maemo3/libgpsbt_0.1.bb [new file with mode: 0644]
packages/maemo3/libgpsmgr_0.1.bb [new file with mode: 0644]

diff --git a/packages/maemo3/.mtn2git_empty b/packages/maemo3/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/maemo3/hildon-base-lib_0.11.1.bb b/packages/maemo3/hildon-base-lib_0.11.1.bb
new file mode 100644 (file)
index 0000000..8df7d48
--- /dev/null
@@ -0,0 +1,17 @@
+#needs maemo gtk stubs:
+# gtk_style_lookup_logical_color       gtk/gtkstyle.[ch]
+# see http://maemo.org/maemowiki/MaemoGtk210Changes
+
+LICENSE = "LGPL"
+
+DEPENDS = "gtk+ virtual/libx11"
+
+SRC_URI = "http://repository.maemo.org/pool/bora/free/source/${PN}_${PV}-1.tar.gz"
+
+inherit autotools pkgconfig
+
+do_stage() {
+        autotools_stage_all
+}
+
+
diff --git a/packages/maemo3/hildon-lgpl_0.12.1.bb b/packages/maemo3/hildon-lgpl_0.12.1.bb
new file mode 100644 (file)
index 0000000..02bbad9
--- /dev/null
@@ -0,0 +1,10 @@
+LICENSE = "LGPL"
+
+SRC_URI = "http://repository.maemo.org/pool/bora/free/source/${PN}_${PV}-4.tar.gz"
+
+inherit autotools pkgconfig
+
+do_stage() {
+       autotools_stage_all
+}      
+
diff --git a/packages/maemo3/libgpsbt_0.1.bb b/packages/maemo3/libgpsbt_0.1.bb
new file mode 100644 (file)
index 0000000..59d0db9
--- /dev/null
@@ -0,0 +1,13 @@
+LICENSE = "nokia"
+
+DEPENDS = "libgpsmgr dbus-glib"
+
+SRC_URI = "http://repository.maemo.org/pool/bora/free/source/${PN}_${PV}-18.tar.gz"
+
+inherit autotools pkgconfig
+
+do_stage() {
+        autotools_stage_all
+}
+
+
diff --git a/packages/maemo3/libgpsmgr_0.1.bb b/packages/maemo3/libgpsmgr_0.1.bb
new file mode 100644 (file)
index 0000000..f0fc14b
--- /dev/null
@@ -0,0 +1,11 @@
+LICENSE = "nokia"
+
+SRC_URI = "http://repository.maemo.org/pool/bora/free/source/${PN}_${PV}-10.tar.gz"
+
+inherit autotools pkgconfig
+
+do_stage() {
+        autotools_stage_all
+}
+
+