aboutsummaryrefslogtreecommitdiffstats
path: root/aalib/aalib_1.4rc5.oe
blob: d871ab0eed26fa601d5b7d4e40a16bc657ce4fc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DEPENDS = "ncurses"
DESCRIPTION = "An ASCII art gfx library."

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}/..'