[oe-commits] org.oe.dev libical: New recipe: iCal (RFC 2445) C library

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


libical: New recipe: iCal (RFC 2445) C library

Author: florian at openembedded.org
Branch: org.openembedded.dev
Revision: e43e05633eaf4c365ea7ea7070803b4c593b0a94
ViewMTN: http://monotone.openembedded.org/revision/info/e43e05633eaf4c365ea7ea7070803b4c593b0a94
Files:
1
packages/libical
packages/libical/libical_0.27.bb
Diffs:

#
# mt diff -r485d3c78eddb9a2afa5b6e9fc7017fb5e6474fc3 -re43e05633eaf4c365ea7ea7070803b4c593b0a94
#
# 
# 
# add_dir "packages/libical"
# 
# add_file "packages/libical/libical_0.27.bb"
#  content [870fe621a618b3fb7166f4036b0949b357ebe0c9]
# 
============================================================
--- packages/libical/libical_0.27.bb	870fe621a618b3fb7166f4036b0949b357ebe0c9
+++ packages/libical/libical_0.27.bb	870fe621a618b3fb7166f4036b0949b357ebe0c9
@@ -0,0 +1,13 @@
+DESCRIPTION = "iCal and scheduling (RFC 2445, 2446, 2447) library"
+HOMEPAGE = "http://www.softwarestudio.org/softwarestudio/app.php/libical"
+SECTION = "libs"
+LICENSE = "LGPL / MPL"
+PR = "r0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/freeassociation/${P}.tar.gz"
+
+inherit autotools
+
+do_stage () {
+    autotools_stage_all
+}






More information about the Openembedded-commits mailing list