# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="sisctrl is a tool that allows you to tune SiS drivers from X" SISCTRL_RELEASE="20030802" ME=${P}.${SISCTRL_RELEASE} HOMEPAGE="http://www.winischhofer.net/linuxsis630.shtml" SRC_URI="http://www.winischhofer.net/sis/${ME}.tar.gz" LICENSE="GPL2" SLOT="0" KEYWORDS="~x86" IUSE="" S=${WORKDIR}/$ME # we'll depend on XFree > 4.3, since that's when we'll have the drivers # that'll support this toy. DEPEND=">=xfree-4.3 >=glib-2* >=gtk+-2* pkgconfig" #RDEPEND="" src_compile() { econf || die emake || die } src_install() { einstall || die }