# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit gnustep 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="~x86" SLOT="0" LICENSE="GPL-2" IUSE="" DEPEND="${DEPEND}" RDEPEND="${RDEPEND}" src_unpack() { unpack ${P/a/A}.tar.gz cd ${S} } src_compile() { egnustepmake } src_install() { egnustepinstall }