# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ IUSE="" DESCRIPTION="sisctrl is a tool that allows you to tune SiS drivers from X" HOMEPAGE="http://www.winischhofer.net/linuxsis630.shtml" SRC_URI="http://www.winischhofer.net/sis/${P}.tar.gz" LICENSE="GPL2" SLOT="0" KEYWORDS="~x86" RDEPEND=">=xfree-4.3 >=glib-2.0 >=gtk+-2.0" DEPEND="dev-util/pkgconfig ${RDEPEND}" src_compile() { econf || die "econf failed" emake || die "emake failed" } src_install() { einstall || die "einstall failed" }