diff options
Diffstat (limited to 'gpe-calculator')
-rw-r--r-- | gpe-calculator/gpe-calculator_0.2.oe | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gpe-calculator/gpe-calculator_0.2.oe b/gpe-calculator/gpe-calculator_0.2.oe index e69de29bb2..4e113dd942 100644 --- a/gpe-calculator/gpe-calculator_0.2.oe +++ b/gpe-calculator/gpe-calculator_0.2.oe @@ -0,0 +1,10 @@ +inherit gpe pkgconfig + +DESCRIPTION = "A scientific calculator" +DEPENDS = "gtk+ libgpewidget" +SECTION = "gpe" +PRIORITY = "optional" +LICENSE = "GPL" + +SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/${PN}-${PV}.tar.gz \ + file://fix_makefile.patch;patch=1" |