blob: 948ad161f23c542f44566affcac52cce6a9fefcc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/gclipper/gclipper-1.1a.ebuild,v 1.14 2005/10/31 16:24:25 nelchael Exp $
DESCRIPTION="multiple buffer clipboard that automatically fetches new selections and maintains them in a history"
SRC_URI="http://www.thunderstorms.org/gclipper/gclipper-1.1a.tar.gz"
HOMEPAGE="http://www.theleaf.be/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 sparc ppc"
IUSE=""
DEPEND="=x11-libs/gtk+-1.2*"
S=${WORKDIR}/${PN}
src_compile() {
emake || die
}
src_install() {
dobin gclipper
dodoc Changelog README
}
|