# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: First Last # /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.3 2002/02/04 15:46:51 gbevin Exp S=${WORKDIR}/xclip DESCRIPTION="Simple but usefull interface to X selections." SRC_URI="http://people.debian.org/~kims/xclip/${P}.tar.gz" HOMEPAGE="http://people.debian.org/~kims/xclip/" DEPEND="virtual/x11" src_compile() { xmkmf || die emake || die } src_install () { dobin xclip || die newman xclip.man xclip.1 dodoc CHANGES README INSTALL }