diff options
Diffstat (limited to 'recipes/imposter/imposter_0.3.bb')
-rw-r--r-- | recipes/imposter/imposter_0.3.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes/imposter/imposter_0.3.bb b/recipes/imposter/imposter_0.3.bb new file mode 100644 index 0000000000..1e742190c8 --- /dev/null +++ b/recipes/imposter/imposter_0.3.bb @@ -0,0 +1,7 @@ +DESCRIPTION = "Imposter is a standalone viewer for the presentations created by OpenOffice.org Impress software." +LICENSE = "GPLv2" + +SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.gz" +DEPENDS = "gtk+" + +inherit autotools pkgconfig |