diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-11-20 19:55:29 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-11-20 19:55:29 +0000 |
commit | be798a0be39f2667bd6bb468d48440c8ed50a07b (patch) | |
tree | 7958513087c02c3b3dfca74a5890385b0e10843d /gpe-calculator | |
parent | ae6f56944f8801d549cc25afd0246f7d30592834 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages-devel
into home.hrw.one.pl:/home/hrw/zaurus/oe/packages
2004/11/20 20:55:12+01:00 hrw.one.pl!hrw
added license
2004/11/20 20:54:41+01:00 hrw.one.pl!hrw
fix ipsec module loading in collie kernel
BKrev: 419fa131Vo1a26ii6fm8bko4OAeonA
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" |