# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit gnustep S=${WORKDIR}/${P/a/A} DESCRIPTION="Addresses is a Apple Addressbook work alike (standalone and for GNUMail)" HOMEPAGE="http://giesler.biz/bjoern/en/sw_addr.html" SRC_URI="http://giesler.biz/bjoern/downloads/${P/a/A}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="x86" IUSE="" DEPEND="${DEPEND}" RDEPEND="${RDEPEND}" src_unpack() { unpack ${P/a/A}${V}.tar.gz cd ${S} }