Added libxsp
authorKirtika Ruchandani <kirtibr@gmail.com>
Mon, 8 Jun 2009 09:32:44 +0000 (15:02 +0530)
committerKirtika Ruchandani <kirtibr@gmail.com>
Mon, 8 Jun 2009 09:32:44 +0000 (15:02 +0530)
libxsp_1.2.3.bb [new file with mode: 0644]

diff --git a/libxsp_1.2.3.bb b/libxsp_1.2.3.bb
new file mode 100644 (file)
index 0000000..610fd52
--- /dev/null
@@ -0,0 +1,18 @@
+# Copyright (C) 2009 Kirtika Ruchandani <kirtibr@gmail.com>
+# Released under the MIT license (see COPYING.MIT for the terms)
+
+DESCRIPTION = "X11 Xomap custom library."
+HOMEPAGE = "http://maemo.org"
+LICENSE = "unknown"
+SECTION = "base"
+DEPENDS = "x11proto-xsp quilt libx11 libxext"
+PR = "r4"
+
+SRC_URI = "http://repository.maemo.org/pool/fremantle/free/libx/${PN}/${PN}_${PV}-4.1.tar.gz"
+
+inherit autotools pkgconfig
+
+do_stage(){
+    autotools_stage_all
+}
+