blob: 7fc029ec64e7ef96adead23cbaffc17781d875fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/affiche/affiche-0.6.0-r3.ebuild,v 1.2 2007/10/17 18:16:27 opfer Exp $
inherit gnustep-2
S=${WORKDIR}/${PN/a/A}
DESCRIPTION="Affiche allows people to 'stick' notes"
HOMEPAGE="http://www.collaboration-world.com/cgi-bin/collaboration-world/project/release.cgi?pid=5"
SRC_URI="http://www.collaboration-world.com/affiche.data/releases/Stable/${P/a/A}.tar.gz"
KEYWORDS="~amd64 ~ppc x86"
SLOT="0"
LICENSE="GPL-2"
|