blob: 42ba799bb2835cb499b440be957e8dc806d7d047 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
PV = "0.0cvs${CVSDATE}"
LICENSE = "BSD-X"
SECTION = "x11/libs"
PRIORITY = "optional"
MAINTAINER = "Greg Gilbert <greg@treke.net>"
DEPENDS = "xproto xtrans zlib"
DESCRIPTION = "X font library (used by the X server)."
SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xfont \
file://scalable.patch;patch=1"
S = "${WORKDIR}/Xfont"
inherit autotools pkgconfig
|