aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gpephone
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2007-11-16 18:17:09 +0000
committerFlorian Boor <florian.boor@kernelconcepts.de>2007-11-16 18:17:09 +0000
commit251397b8ed8ca5e809b3eaf35baa976f0ca479c4 (patch)
tree2b9ad7407aae5887e0af343ff811ac2f77f8794a /packages/gpephone
parent6d006a16fa56c64bd8001634307698450efa3b14 (diff)
downloadopenembedded-251397b8ed8ca5e809b3eaf35baa976f0ca479c4.tar.gz
firewall: Add svn recipe
Diffstat (limited to 'packages/gpephone')
-rw-r--r--packages/gpephone/firewall_svn.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/gpephone/firewall_svn.bb b/packages/gpephone/firewall_svn.bb
new file mode 100644
index 0000000000..77b2122449
--- /dev/null
+++ b/packages/gpephone/firewall_svn.bb
@@ -0,0 +1,18 @@
+LICENSE = "LiPS"
+DESCRIPTION = "Cellphone firewall tool"
+SECTION = "gpe"
+PRIORITY = "optional"
+PR = "r0"
+PV = "0.0+svnr-${SRCREV}"
+
+SRCREV_pn-${PN} ?= "1400"
+
+DEFAULT_PREFERENCE = "-1"
+
+DEPENDS = "gtk+ libmsgenabler libabenabler libiac libgpewidget libgpephone gconf-dbus"
+
+inherit gpephone autotools pkgconfig
+
+SRC_URI = "${GPEPHONE_SVN}"
+
+S = "${WORKDIR}/${PN}"