diff options
Diffstat (limited to 'recipes/gpe-gallery/gpe-gallery_svn.bb')
-rw-r--r-- | recipes/gpe-gallery/gpe-gallery_svn.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/gpe-gallery/gpe-gallery_svn.bb b/recipes/gpe-gallery/gpe-gallery_svn.bb new file mode 100644 index 0000000000..ea1d23a5be --- /dev/null +++ b/recipes/gpe-gallery/gpe-gallery_svn.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "GPE image viewer application" +SECTION = "gpe" +LICENSE = "GPL" +DEPENDS = "libgpewidget" +PV = "0.97+svnr${SRCREV}" + +inherit autotools +export CVSBUILD = "no" + +SRC_URI = "${GPE_EXTRA_SVN}" +S = "${WORKDIR}/${PN}" + +FILES_${PN} += "${datadir}/gpe/pixmaps" +FILES_${PN} += "${datadir}/application-registry" |