aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/maemo4/libconic_0.13.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/maemo4/libconic_0.13.bb')
-rw-r--r--recipes/maemo4/libconic_0.13.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/maemo4/libconic_0.13.bb b/recipes/maemo4/libconic_0.13.bb
new file mode 100644
index 0000000000..5f57cf77b1
--- /dev/null
+++ b/recipes/maemo4/libconic_0.13.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Internet connection library"
+LICENSE = "LGPL"
+DEPENDS = "dbus gconf osso-ic-oss"
+
+PR = "r1"
+
+SRC_URI = "http://repository.maemo.org/pool/maemo4.0/free/source/libc/${PN}/${PN}_${PV}-0.8.tar.gz"
+
+inherit autotools pkgconfig
+
+do_stage() {
+ autotools_stage_all
+}
+
+