gpe-mininet: added new svn build recipe
authorPhilippe De Swert <philippedeswert@scarlet.be>
Thu, 26 Apr 2007 11:22:25 +0000 (11:22 +0000)
committerPhilippe De Swert <philippedeswert@scarlet.be>
Thu, 26 Apr 2007 11:22:25 +0000 (11:22 +0000)
packages/gpe-mininet/gpe-mininet_svn.bb
* new svn build recipe

packages/gpe-mininet/gpe-mininet_svn.bb [new file with mode: 0644]

diff --git a/packages/gpe-mininet/gpe-mininet_svn.bb b/packages/gpe-mininet/gpe-mininet_svn.bb
new file mode 100644 (file)
index 0000000..1acca05
--- /dev/null
@@ -0,0 +1,18 @@
+DESCRIPTION = "GPE network connection checker"
+SECTION = "gpe"
+LICENSE = "GPL"
+DEPENDS = "libgpewidget gpe-icons gpe-conf"
+RRECOMMENDS = "gpe-conf"
+PR = "r0"
+PV = "0.7+svn-${SRCDATE}"
+
+inherit autotools pkgconfig
+
+SRC_URI = "${GPE_EXTRA_SVN}"
+
+S = "${WORKDIR}/${PN}"
+
+FILES_${PN} = " ${bindir} ${datadir}/pixmaps ${datadir}/applications"
+FILES_${PN} += " ${datadir}/gpe/pixmaps"
+
+DEFAULT_PREFERENCE = "-1"