diff options
author | 2009-10-03 13:32:03 +0000 | |
---|---|---|
committer | 2009-10-03 13:32:03 +0000 | |
commit | 874e31d3f4171be8c3dfbe6bc6b792a295ea33a5 (patch) | |
tree | f8d4cc620c039741169d3dc099ef4eca76770c33 /x11-misc/xclip/xclip-0.12.ebuild | |
parent | Stable on alpha, bug #285586 (diff) | |
download | gentoo-2-874e31d3f4171be8c3dfbe6bc6b792a295ea33a5.tar.gz gentoo-2-874e31d3f4171be8c3dfbe6bc6b792a295ea33a5.tar.bz2 gentoo-2-874e31d3f4171be8c3dfbe6bc6b792a295ea33a5.zip |
Version bump.
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/xclip/xclip-0.12.ebuild')
-rw-r--r-- | x11-misc/xclip/xclip-0.12.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/x11-misc/xclip/xclip-0.12.ebuild b/x11-misc/xclip/xclip-0.12.ebuild new file mode 100644 index 000000000000..7a3d8d58ac1a --- /dev/null +++ b/x11-misc/xclip/xclip-0.12.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xclip/xclip-0.12.ebuild,v 1.1 2009/10/03 13:32:03 ssuominen Exp $ + +DESCRIPTION="Command-line utility to read data from standard in and place it in an X selection" +HOMEPAGE="http://sourceforge.net/projects/xclip/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="x11-libs/libX11 + x11-libs/libXmu" +DEPEND="${RDEPEND} + x11-libs/libXt" + +src_install() { + emake DESTDIR="${D}" install || die + dodoc ChangeLog README +} |