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