From daa355b964492fcd9c8a5d33ff5be212a5c93597 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Mon, 7 Jun 2004 11:30:52 +0000 Subject: Merge bk://openembedded@openembedded.bkbits.net/packages into home.hrw.one.pl:/home/szczepan/zaurus/oe/packages 2004/06/07 13:28:16+02:00 hrw.one.pl!hrw Renaming x-related packages from STH-cvs.oe into STH_cvs.oe BKrev: 40c451ecy9TG4Z3gpX3SDOLhZAQ6uA --- xau/xau_cvs.oe | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'xau/xau_cvs.oe') diff --git a/xau/xau_cvs.oe b/xau/xau_cvs.oe index e69de29bb2..b1fd811153 100644 --- a/xau/xau_cvs.oe +++ b/xau/xau_cvs.oe @@ -0,0 +1,19 @@ +PV = "0.0cvs${CVSDATE}" +SECTION = "libs" +PRIORITY = "optional" +MAINTAINER = "Greg Gilbert " +DEPENDS = "xproto" +DESCRIPTION = "Authorization Protocol for X." + +SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xau" +S = "${WORKDIR}/Xau" + +inherit autotools pkgconfig + +do_stage() { + oe_runmake install prefix=${STAGING_DIR} \ + bindir=${STAGING_BINDIR} \ + includedir=${STAGING_INCDIR} \ + libdir=${STAGING_LIBDIR} \ + datadir=${STAGING_DATADIR} +} -- cgit v1.2.3