Another pass of .oe cleanups.
[vuplus_openembedded] / xfont / xfont-cvs.oe
1 PV = "0.0cvs${CVSDATE}"
2 SECTION = "libs"
3 PRIORITY = "optional"
4 MAINTAINER = "Greg Gilbert <greg@treke.net>"
5 RDEPENDS = "libc6"
6 DEPENDS = "virtual/libc xproto-cvs xtrans-cvs zlib"
7 PROVIDES = "xfont"
8 DESCRIPTION = "X font libary (used by the X server)."
9
10 SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xfont"
11 S = "${WORKDIR}/Xfont"
12
13 inherit autotools pkgconfig libtool
14
15 do_stage() {
16         oe_runmake install DESTDIR=${STAGING_DIR} \
17                bindir=/build/bin \
18                includedir=/target/include \
19                libdir=/target/lib \
20                datadir=/share
21                prefix=
22 }