summaryrefslogtreecommitdiff
path: root/xfont/xfont_cvs.oe
diff options
context:
space:
mode:
Diffstat (limited to 'xfont/xfont_cvs.oe')
-rw-r--r--xfont/xfont_cvs.oe19
1 files changed, 19 insertions, 0 deletions
diff --git a/xfont/xfont_cvs.oe b/xfont/xfont_cvs.oe
index e69de29bb2..29e661eb68 100644
--- a/xfont/xfont_cvs.oe
+++ b/xfont/xfont_cvs.oe
@@ -0,0 +1,19 @@
+PV = "0.0cvs${CVSDATE}"
+SECTION = "x11/libs"
+PRIORITY = "optional"
+MAINTAINER = "Greg Gilbert <greg@treke.net>"
+DEPENDS = "xproto xtrans zlib"
+DESCRIPTION = "X font libary (used by the X server)."
+
+SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xfont"
+S = "${WORKDIR}/Xfont"
+
+inherit autotools pkgconfig
+
+do_stage() {
+ oe_runmake install prefix=${STAGING_DIR} \
+ bindir=${STAGING_BINDIR} \
+ includedir=${STAGING_INCDIR} \
+ libdir=${STAGING_LIBDIR} \
+ datadir=${STAGING_DATADIR}
+}