diff options
author | Graeme Gregory <dp@xora.org.uk> | 2007-04-12 08:20:34 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2007-04-12 08:20:34 +0000 |
commit | e36f49aa083682f6fd3e630573b45335233fb42d (patch) | |
tree | 657a7fc157bc73fa2dfd691f6040e04da5769ba2 /packages/gdado | |
parent | 37a87ac34f26f3e5f4afeded2fb1fc25d4f0137d (diff) |
gdado_2.2.bb : add a gtk+ dice rolling application for all those RPG/gamblers
Diffstat (limited to 'packages/gdado')
-rw-r--r-- | packages/gdado/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/gdado/gdado_2.2.bb | 15 |
2 files changed, 15 insertions, 0 deletions
diff --git a/packages/gdado/.mtn2git_empty b/packages/gdado/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/gdado/.mtn2git_empty diff --git a/packages/gdado/gdado_2.2.bb b/packages/gdado/gdado_2.2.bb new file mode 100644 index 0000000000..feaa6ed991 --- /dev/null +++ b/packages/gdado/gdado_2.2.bb @@ -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 +} + |