From dfba32fd8734cee3fa82b2a8b78740ba52f55cc7 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 8 Mar 2004 08:35:39 +0000 Subject: Add PROVIDES to the fd.o -cvs X packages. BKrev: 404c305blCgB_vD9akrLz8Pl9pIVoA --- xft/xft-cvs.oe | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'xft') diff --git a/xft/xft-cvs.oe b/xft/xft-cvs.oe index e69de29bb2..5b641983e4 100644 --- a/xft/xft-cvs.oe +++ b/xft/xft-cvs.oe @@ -0,0 +1,17 @@ +SECTION="libs" +DEPENDS=virtual/libc x11-cvs xproto-cvs xrender-cvs freetype fontconfig +PROVIDES=xft + +SRC_URI = cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xft +S=${WORKDIR}/Xft + +inherit autotools pkgconfig libtool + +do_stage() { + oe_runmake install DESTDIR=${STAGING_DIR} \ + bindir=/build/bin \ + includedir=/target/include \ + libdir=/target/lib \ + datadir=/share + prefix= +} -- cgit v1.2.3