blob: 52b5ae4644e57dcc3d60054db2531c9c7fa34134 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
DESCRIPTION = "classic basic interpreter"
LICENSE = "GPLv2"
DEPENDS = "ncurses"
SRC_URI = "http://www.blassic.org/bin/blassic-${PV}.tgz"
inherit autotools pkgconfig
EXTRA_OECONF = "--enable-graphics=yes"
|