blob: df035dab8c621fd56aaa5ed5848ecd121e345580 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/addresses/addresses-0.4.8.ebuild,v 1.1 2012/07/25 12:15:27 voyageur Exp $
EAPI=4
inherit gnustep-2
DESCRIPTION="Addresses is a Apple Addressbook work alike (standalone and for GNUMail)"
HOMEPAGE="http://gap.nongnu.org/addresses/"
SRC_URI="http://savannah.nongnu.org/download/gap/${P/a/A}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
IUSE=""
S=${WORKDIR}/${P/a/A}
src_prepare() {
epatch "${FILESDIR}"/${PN}-0.4.7-as-needed.patch
}
|