blob: cad9bdc5d5cb53401408435d26f50895dc1386c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
SECTION = "libs"
PRIORITY = "optional"
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
DEPENDS = "xt xext xaw"
SRC_URI = "${XLIBS_MIRROR}/libXmu-${PV}.tar.bz2"
S = "${WORKDIR}/libXmu-${PV}"
inherit autotools pkgconfig
do_stage () {
oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR}
}
|