Started adding l10n support
[oespirit1] / clinkc_2.0.bb
diff --git a/clinkc_2.0.bb b/clinkc_2.0.bb
new file mode 100644 (file)
index 0000000..fa97423
--- /dev/null
@@ -0,0 +1,20 @@
+# Copyright (C) 2009 Kirtika Ruchandani <kirtibr@gmail.com>
+# Released under the MIT license (see COPYING.MIT for the terms)
+
+DESCRIPTION = "CyberLink for C UPnP library support"
+HOMEPAGE = "unknown"
+LICENSE = "unknown"
+SECTION = "base"
+DEPENDS = "curl libxml2"
+PR = "r0"
+
+SRC_URI = "http://repository.maemo.org/pool/fremantle/free/c/${PN}/${PN}_${PV}.orig.tar.gz \
+           file://clinkc/mer-changes.patch;patch=1;pnum=0"
+
+S = "${WORKDIR}/${PN}"
+
+inherit autotools pkgconfig
+
+do_stage(){
+    autotools_stage_all
+}