/[gentoo-x86]/x11-libs/libXfont/libXfont-1.4.5.ebuild
Gentoo

Contents of /x11-libs/libXfont/libXfont-1.4.5.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.11 - (show annotations) (download)
Sun Aug 26 17:44:23 2012 UTC (8 months, 3 weeks ago) by armin76
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +2 -2 lines
alpha/ia64/s390/sh/sparc stable wrt #419473

(Portage version: 2.1.11.5/cvs/Linux ia64)

1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.4.5.ebuild,v 1.10 2012/07/12 17:47:03 ranger Exp $
4
5 EAPI=4
6
7 XORG_DOC=doc
8 inherit xorg-2
9
10 DESCRIPTION="X.Org Xfont library"
11
12 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
13 IUSE="ipv6"
14
15 RDEPEND="x11-libs/xtrans
16 x11-libs/libfontenc
17 >=media-libs/freetype-2
18 app-arch/bzip2
19 x11-proto/xproto
20 x11-proto/fontsproto"
21 DEPEND="${RDEPEND}"
22
23 src_configure() {
24 XORG_CONFIGURE_OPTIONS=(
25 $(use_enable ipv6)
26 $(use_enable doc devel-docs)
27 $(use_with doc xmlto)
28 --with-bzip2
29 --without-fop
30 )
31 xorg-2_src_configure
32 }

  ViewVC Help
Powered by ViewVC 1.1.13