blob: 284700589817ba699f29df2e1722f6e21a32548c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DEPENDS = "ncurses"
DESCRIPTION = "An ASCII art gfx library."
SECTION = "libs"
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}/..'
|