aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/aalib/aalib_1.4rc5.bb
blob: ed6ee7818661ed7d903dd5fe5bb2c4845f541e0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
DEPENDS = "ncurses"
DESCRIPTION = "An ASCII art gfx library."
SECTION = "libs"
LICENSE="LGPL"
PR = "r1"

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

do_stage() {
    oe_libinstall -a -so -C src libaa ${STAGING_LIBDIR}
	install -d ${STAGING_INCDIR}/
	install -m 0644 src/*.h ${STAGING_INCDIR}/
}