[oe-commits] org.oe.dev libcalenabler2: Add svn recipe

florian commit openembedded-commits at lists.openembedded.org
Tue Nov 27 18:09:08 UTC 2007


libcalenabler2: Add svn recipe

Author: florian at openembedded.org
Branch: org.openembedded.dev
Revision: 5ec0cd5f6c6b9dd4d91c4c36c6755723aa8c10f1
ViewMTN: http://monotone.openembedded.org/revision/info/5ec0cd5f6c6b9dd4d91c4c36c6755723aa8c10f1
Files:
1
packages/gpephone/libcalenabler2_svn.bb
Diffs:

#
# mt diff -ref601489703bc589f8bdf7e23fbe9712dd5d114a -r5ec0cd5f6c6b9dd4d91c4c36c6755723aa8c10f1
#
# 
# 
# add_file "packages/gpephone/libcalenabler2_svn.bb"
#  content [ca595393866e1e0b2240421e240db9ddbefbedff]
# 
============================================================
--- packages/gpephone/libcalenabler2_svn.bb	ca595393866e1e0b2240421e240db9ddbefbedff
+++ packages/gpephone/libcalenabler2_svn.bb	ca595393866e1e0b2240421e240db9ddbefbedff
@@ -0,0 +1,25 @@
+DESCRIPTION = "LiPS calendar API."
+SECTION = "gpe/libs"
+PRIORITY = "optional"
+LICENSE = "LiPS"
+DEPENDS = "glib-2.0 sqlite3 libical"
+PV = "0.0+svn-${SRCREV}"
+PR = "r0"
+
+SRC_URI = "${GPEPHONE_SVN}"
+
+S = "${WORKDIR}/${PN}"
+
+GPE_TARBALL_SUFFIX = "bz2"
+
+inherit gpephone pkgconfig autotools
+
+do_stage () {
+    autotools_stage_all
+}
+
+FILES_${PN} += " ${libdir}/*.so.*"
+FILES_${PN}-dbg += "${libdir}/.debug/*.so.*"
+FILES_${PN}-dev += "${includedir} ${libdir}/*.la ${libdir}/*.so"
+
+DEFAULT_PREFERENCE = "-1"






More information about the Openembedded-commits mailing list