blob: 912d14ab737ee43caff96212d3c4bccf93e0d659 (
plain)
1
2
3
4
5
6
7
8
9
|
inherit gpe pkgconfig
DESCRIPTION = "A scientific calculator"
DEPENDS = "gtk+ libgpewidget"
SECTION = "gpe"
PRIORITY = "optional"
LICENSE = "GPL"
SRC_URI += "file://fix_makefile.patch;patch=1"
|