From 367d79160ef175a20464a7b77db1501310b372bd Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Wed, 22 Sep 2004 12:35:25 +0000 Subject: Merge bk://openembedded@openembedded.bkbits.net/packages into gandalf.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2004/09/22 14:35:24+02:00 uni-frankfurt.de!mickeyl adjust section for a couple of X things BKrev: 4151718dRtlnKrW5OOD1N0jv1wf99A --- xfont/xfont_1.4.2.oe | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'xfont/xfont_1.4.2.oe') diff --git a/xfont/xfont_1.4.2.oe b/xfont/xfont_1.4.2.oe index e69de29bb2..c8ed33d931 100644 --- a/xfont/xfont_1.4.2.oe +++ b/xfont/xfont_1.4.2.oe @@ -0,0 +1,18 @@ +SECTION = "x11/libs" +PRIORITY = "optional" +MAINTAINER = "Greg Gilbert " +DEPENDS = "xproto xtrans zlib" +DESCRIPTION = "X font libary (used by the X server)." + +SRC_URI = "${XLIBS_MIRROR}/libXfont-${PV}.tar.bz2" +S = "${WORKDIR}/libXfont-${PV}" + +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