gdado_2.2.bb : add a gtk+ dice rolling application for all those RPG/gamblers
authorGraeme Gregory <dp@xora.org.uk>
Thu, 12 Apr 2007 08:20:34 +0000 (08:20 +0000)
committerGraeme Gregory <dp@xora.org.uk>
Thu, 12 Apr 2007 08:20:34 +0000 (08:20 +0000)
packages/gdado/.mtn2git_empty [new file with mode: 0644]
packages/gdado/gdado_2.2.bb [new file with mode: 0644]

diff --git a/packages/gdado/.mtn2git_empty b/packages/gdado/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/gdado/gdado_2.2.bb b/packages/gdado/gdado_2.2.bb
new file mode 100644 (file)
index 0000000..feaa6ed
--- /dev/null
@@ -0,0 +1,15 @@
+DESCRIPTION = "gtk+ based dice roller for RPG games"
+HOMEPAGE = "http://gdado.sf.net"
+SECTION = "x11/games"
+LICENSE = "GPLv2"
+DEPENDS = "libgnomeui gtk+"
+PR = "r1"
+SRC_URI = "${SOURCEFORGE_MIRROR}/gdado/gdado-${PV}.tar.gz"
+
+inherit autotools
+
+do_install_prepend() {
+       sed -i -e "s|Icon=gdado.png|Icon=${datadir}/pixmaps/gdado/gdado.png|" \
+       gdado.desktop
+}
+