blob: 4e113dd9425c601c8e91a5369a956d3cfc678aa3 (
plain)
1
2
3
4
5
6
7
8
9
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"
|