blob: 1bea8a864d03ed3bff80d3771d7eff9bb91d71d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DEPENDS = "ncurses"
DESCRIPTION = "An ASCII art gfx library."
SECTION = "libs"
LICENSE="LGPL"
SRC_URI = "${SOURCEFORGE_MIRROR}/aa-project/aalib-${PV}.tar.gz \
file://configure.patch;patch=1"
S = "${WORKDIR}/aalib-1.4.0"
inherit autotools
EXTRA_OECONF = '--without-x11-driver --without-slang-driver \
--with-curses-driver --without-gpm \
--without-x --with-ncurses=${STAGING_LIBDIR}/..'
|