diff options
Diffstat (limited to 'gpe-icons/gpe-icons_0.22.oe')
-rw-r--r-- | gpe-icons/gpe-icons_0.22.oe | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gpe-icons/gpe-icons_0.22.oe b/gpe-icons/gpe-icons_0.22.oe index e69de29bb2..90a1f19ecb 100644 --- a/gpe-icons/gpe-icons_0.22.oe +++ b/gpe-icons/gpe-icons_0.22.oe @@ -0,0 +1,10 @@ +inherit gpe + +DEPENDS = "" +RDEPENDS = "gdk-pixbuf-loader-png" +MAINTAINER = "Phil Blundell <pb@handhelds.org>" +SECTION = "gpe" +DESCRIPTION = "Common icons for GPE" +FILES_${PN} = "${datadir}/gpe" + +SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/gpe-icons-${PV}.tar.gz" |