# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="GNOME Clipboard Daemon is a program that keeps the content of your X clipboard in memory." HOMEPAGE="http://members.chello.nl/~h.lai/gnome-clipboard-daemon/index.html" SRC_URI="http://members.chello.nl/~h.lai/gnome-clipboard-daemon/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" RDEPEND="" src_compile() { emake || die "emake failed" } src_install() { exeinto /usr/bin doexe gnome-clipboard-daemon }