blob: 1103d905ed18d41004ebedc53c2d364afe9895a7 [file] [log] [blame]
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/xtrans/xtrans-1.2.6.ebuild,v 1.9 2011/03/16 16:10:42 scarabeus Exp $
EAPI=3
XORG_PACKAGE_NAME="lib${PN}"
# this package just installs some .c and .h files, no libraries
XORG_STATIC=no
inherit xorg-2
DESCRIPTION="X.Org xtrans library"
KEYWORDS="*"
IUSE="doc"
RDEPEND=""
DEPEND="${RDEPEND}
doc? ( app-text/xmlto )"
pkg_setup() {
CONFIGURE_OPTIONS="$(use_enable doc docs)
$(use_with doc xmlto)
--without-fop"
}