You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-libs/libxklavier/libxklavier-5.2.1.ebuild

50 lines
1.2 KiB

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
inherit gnome.org libtool
DESCRIPTION="A library for the X Keyboard Extension (high-level API)"
HOMEPAGE="http://www.freedesktop.org/wiki/Software/LibXklavier"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
IUSE="doc +introspection"
RDEPEND="app-text/iso-codes
>=dev-libs/glib-2.16
dev-libs/libxml2
x11-apps/xkbcomp
x11-libs/libX11
>=x11-libs/libXi-1.1.3
x11-libs/libxkbfile
>=x11-misc/xkeyboard-config-2.4.1-r3
introspection? ( >=dev-libs/gobject-introspection-1.30 )"
DEPEND="${RDEPEND}
virtual/pkgconfig
sys-devel/gettext
doc? ( >=dev-util/gtk-doc-1.4 )"
DOCS="AUTHORS ChangeLog CREDITS NEWS README"
src_prepare() {
elibtoolize
}
src_configure() {
econf \
--disable-static \
$(use_enable introspection) \
$(use_enable doc gtk-doc) \
--with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html \
--with-xkb-base="${EPREFIX}"/usr/share/X11/xkb \
--with-xkb-bin-base="${EPREFIX}"/usr/bin
}
src_install() {
default
find "${ED}" -name '*.la' -exec rm -f {} +
}