summaryrefslogtreecommitdiff
path: root/packages/xfont/xfont_1.4.2.bb
blob: 0d0b7bd87293d3105cbdfed177a532ace3fb58ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SECTION = "x11/libs"
LICENSE = "BSD-X"
PRIORITY = "optional"
MAINTAINER = "Greg Gilbert <greg@treke.net>"
DEPENDS = "xproto xtrans zlib"
DESCRIPTION = "X font library (used by the X server)."
PR = "r2"

SRC_URI = "${XLIBS_MIRROR}/libXfont-${PV}.tar.bz2 \
	file://scalable.patch;patch=1 \
	file://autofoo.patch;patch=1"
S = "${WORKDIR}/libXfont-${PV}"

inherit autotools pkgconfig