# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-misc/dxpc/dxpc-3.8.2.ebuild,v 1.6 2005/10/31 13:41:38 nelchael Exp $ inherit eutils IUSE="" DESCRIPTION="dxpc is a X protocol compressor used to improve the speed of X11 applications run over low-bandwidth links" SRC_URI="http://www.vigor.nu/dxpc/3.8.2/${P}.tar.gz" HOMEPAGE="http://www.vigor.nu/dxpc/" LICENSE="BSD" SLOT="0" KEYWORDS="~x86 ~ppc" DEPEND="virtual/x11 >=dev-libs/lzo-2" src_unpack() { unpack ${A} epatch ${FILESDIR}/${P}-lzo2.patch } src_install () { make DESTDIR=${D} install || die "Install failed" dodoc CHANGES README TODO }