# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: inherit eutils IUSE="" DESCRIPTION="GTK+ based Xorg configuration tool" HOMEPAGE="http://www.xline.fr/index2.php?lang=eng" SRC_URI="ftp://194.143.150.149/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" RDEPEND="virtual/x11 >=dev-libs/glib-2.0 >=x11-libs/gtk+-2.0" DEPEND="dev-util/pkgconfig ${RDEPEND}" S=${WORKDIR}/${PN} src_compile() { cd "${S}" econf || die "econf failed" emake || die "emake failed" } src_install() { cd "${S}" einstall || die "einstall failed" }