blob: 64dda66c81d58c961660a705830f74fb9efc0225 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DEPENDS = "virtual/libc ncurses"
RDEPENDS = "libc6 ncurses"
DESCRIPTION = "An ASCII art gfx library."
SRC_URI = "${SOURCEFORGE_MIRROR}/aa-project/aalib-${PV}.tar.gz \
file://${FILESDIR}/configure.patch;patch=1"
S = "${WORKDIR}/aalib-1.4.0"
inherit autotools libtool
EXTRA_OECONF = '--without-x11-driver --without-slang-driver \
--with-curses-driver --without-gpm \
--without-x --with-ncurses=${STAGING_DIR}/target'
|