From: Phil Blundell Date: Fri, 4 Jun 2004 08:48:46 +0000 (+0000) Subject: add missing FILES, use GPE_MIRROR, add Florian as MAINTAINER X-Git-Tag: Release-2010-05/1~18881 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eda7703e66235b1420e4fa5a8a4f1d3ac56e9d3f;p=openembedded.git add missing FILES, use GPE_MIRROR, add Florian as MAINTAINER BKrev: 40c0376ee2b7Y6rC5xmPKkN_6Vue8g --- 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 " + +FILES_${PN} += " ${datadir}/gpe/pixmaps" + +DESCRIPTION = "GPE image viewer application" +export CVSBUILD = no + +SRC_URI = "${GPE_MIRROR}/gpe-gallery-${PV}.tar.gz"