diff options
author | Phil Blundell <philb@gnu.org> | 2004-06-04 08:48:46 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-06-04 08:48:46 +0000 |
commit | eda7703e66235b1420e4fa5a8a4f1d3ac56e9d3f (patch) | |
tree | af96d07d07f4f0a56d6f19316570b93a2e26e5dc /gpe-gallery | |
parent | dd3e4e5c1dd4586cf51716ea21ceff13778ae442 (diff) |
add missing FILES, use GPE_MIRROR, add Florian as MAINTAINER
BKrev: 40c0376ee2b7Y6rC5xmPKkN_6Vue8g
Diffstat (limited to 'gpe-gallery')
-rw-r--r-- | gpe-gallery/gpe-gallery_0.91.oe | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gpe-gallery/gpe-gallery_0.91.oe b/gpe-gallery/gpe-gallery_0.91.oe index e69de29bb2..903c66f729 100644 --- a/gpe-gallery/gpe-gallery_0.91.oe +++ b/gpe-gallery/gpe-gallery_0.91.oe @@ -0,0 +1,12 @@ +inherit gpe pkgconfig + +DEPENDS = "libgpewidget" +SECTION = "gpe" +MAINTAINER = "Florian Boor <florian.boor@kernelconcepts.de>" + +FILES_${PN} += " ${datadir}/gpe/pixmaps" + +DESCRIPTION = "GPE image viewer application" +export CVSBUILD = no + +SRC_URI = "${GPE_MIRROR}/gpe-gallery-${PV}.tar.gz" |