#Copyright 2002 Gentoo Technologies, Inc. #Distributed under the terms of the GNU General Public License, v2 or later #$Header: /var/cvsroot/gentoo-x86/sys-apps/s3switch/s3switch-19990826.ebuild,v 1.5 2002/07/21 20:38:38 gerk Exp $ DESCRIPTION="S3 video chipset output selection utility" HOMEPAGE="http://www.probo.com/timr/savage40.html" KEYWORDS="x86 -ppc" SLOT="0" LICENSE="as-is" SRC_URI="http://www.probo.com/timr/s3ssrc.zip" S=${WORKDIR} RDEPEND="virtual/glibc app-arch/unzip" DEPEND="$RDEPEND" src_compile() { make || die } src_install () { dobin s3switch doman s3switch.1x }