librecord2: Add svn recipe
authorFlorian Boor <florian.boor@kernelconcepts.de>
Tue, 31 Jul 2007 16:52:00 +0000 (16:52 +0000)
committerFlorian Boor <florian.boor@kernelconcepts.de>
Tue, 31 Jul 2007 16:52:00 +0000 (16:52 +0000)
packages/gpephone/librecord2_svn.bb [new file with mode: 0644]

diff --git a/packages/gpephone/librecord2_svn.bb b/packages/gpephone/librecord2_svn.bb
new file mode 100644 (file)
index 0000000..6580f65
--- /dev/null
@@ -0,0 +1,27 @@
+LICENSE     = "LiPS"
+DESCRIPTION = "LiPS database API."
+SECTION = "gpe/libs"
+PRIORITY    = "optional"
+DEPENDS     = "glib-2.0 e2fsprogs-libs sqlite3"
+PR          = "r0"
+PV = "0.1+svn-${SRCDATE}"
+
+DEFAULT_PREFERENCE = "-1"
+
+GPE_TARBALL_SUFFIX = "bz2"
+inherit gpephone pkgconfig autotools
+
+SRC_URI = "${GPEPHONE_SVN}"
+
+S = "${WORKDIR}/${PN}"
+
+FILES_${PN} += " ${libdir}/*.so.*"
+FILES_${PN}-dbg += "${libdir}/.debug/*.so.*"
+FILES_${PN}-dev += "${includedir} ${libdir}/*.la ${libdir}/*.so"
+
+
+LDFLAGS += " -L${STAGING_LIBDIR}"
+
+do_stage () {
+       autotools_stage_all
+}