diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2007-11-27 15:16:14 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2007-11-27 15:16:14 +0000 |
commit | 126ea7e11139667e0639d71468f250305b120d30 (patch) | |
tree | 1528a9231d06fa00c8ff834278c528339c1baa88 | |
parent | 1fc991c30e76da6f4696951f7bf3080d2bab3d46 (diff) |
libcalenabler2: Add svn recipe
-rw-r--r-- | packages/gpephone/libcalenabler2_svn.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/packages/gpephone/libcalenabler2_svn.bb b/packages/gpephone/libcalenabler2_svn.bb new file mode 100644 index 0000000000..6144e055de --- /dev/null +++ b/packages/gpephone/libcalenabler2_svn.bb @@ -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" |