Initial OE addition.
[vuplus_openembedded] / libxcursor / libxcursor_cvs.oe
1 PV = "0.0cvs${CVSDATE}"
2 SECTION = "x11/libs"
3 PRIORITY = "optional"
4 MAINTAINER = "Phil Blundell <pb@handhelds.org>"
5 DESCRIPTION = "X Cursor library"
6 DEPENDS = "libxfixes"
7
8 SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xcursor"
9 S = "${WORKDIR}/Xcursor"
10
11 inherit autotools pkgconfig 
12
13 do_stage() {
14         oe_runmake install prefix=${STAGING_DIR} \
15                bindir=${STAGING_BINDIR} \
16                includedir=${STAGING_INCDIR} \
17                libdir=${STAGING_LIBDIR} \
18                datadir=${STAGING_DATADIR} \
19                mandir=${STAGING_DIR}/man
20 }