blob: fc3e14bd3621c9385cc2c2078c094a6e501d3f8b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
inherit gnustep-2
S=${WORKDIR}/GWorkspace-${PV/0.6.}/${PN/clipb/ClipB}
DESCRIPTION="A clipboard for GNUstep that can hold things for later copy and paste"
HOMEPAGE="http://www.gnustep.it/enrico/gworkspace/"
SRC_URI="http://www.gnustep.it/enrico/gworkspace/gworkspace-${PV/0.6.}.tar.gz"
KEYWORDS="amd64 ppc x86"
LICENSE="GPL-2"
SLOT="0"
|