useen: Add svn recipe
authorFlorian Boor <florian.boor@kernelconcepts.de>
Fri, 16 Nov 2007 18:16:32 +0000 (18:16 +0000)
committerFlorian Boor <florian.boor@kernelconcepts.de>
Fri, 16 Nov 2007 18:16:32 +0000 (18:16 +0000)
packages/gpephone/useen_svn.bb [new file with mode: 0644]

diff --git a/packages/gpephone/useen_svn.bb b/packages/gpephone/useen_svn.bb
new file mode 100644 (file)
index 0000000..93d180b
--- /dev/null
@@ -0,0 +1,18 @@
+LICENSE     = "LiPS"
+DESCRIPTION = "Useen tool"
+SECTION = "gpe"
+PRIORITY    = "optional"
+PR          = "r0"
+PV = "0.0+svnr-${SRCREV}"
+
+SRCREV_pn-${PN} ?= "1400"
+
+DEFAULT_PREFERENCE = "-1"
+
+DEPENDS = "glib-2.0"
+
+inherit gpephone autotools pkgconfig
+
+SRC_URI = "${GPEPHONE_SVN}"
+
+S = "${WORKDIR}/${PN}"