x11proto-xsp: needed for indirect deps of osso-af-utils
authorKirtika Ruchandani <kirtibr@gmail.com>
Sat, 23 May 2009 12:06:40 +0000 (17:36 +0530)
committerKirtika Ruchandani <kirtibr@gmail.com>
Sat, 23 May 2009 12:06:40 +0000 (17:36 +0530)
x11proto-xsp_1.2.bb [new file with mode: 0644]

diff --git a/x11proto-xsp_1.2.bb b/x11proto-xsp_1.2.bb
new file mode 100644 (file)
index 0000000..0b58e5a
--- /dev/null
@@ -0,0 +1,17 @@
+# Copyright (C) 2009 Kirtika Ruchandani <kirtibr@gmail.com>
+# Released under the MIT license (see COPYING.MIT for the terms)
+
+DESCRIPTION = "X11 XSP extension wire protocol"
+HOMEPAGE = "unknown"
+LICENSE = "Nokia copyright"
+SECTION = "base"
+PR = "r1"
+
+SRC_URI = "http://repository.maemo.org/pool/diablo/free/x/${PN}/${PN}_${PV}-1.tar.gz"
+
+inherit autotools pkgconfig
+
+do_stage(){
+    autotools_stage_all
+}
+