diff options
author | Michael Cummings <mcummings@gentoo.org> | 2003-07-20 15:26:16 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2003-07-20 15:26:16 +0000 |
commit | 581e8e36502f040b8ea1b8b946dba6239b81e22d (patch) | |
tree | e1bdbfb3dbc8a5ee736b6dd98130c530e2abe19e /app-misc/abook | |
parent | version update (diff) | |
download | historical-581e8e36502f040b8ea1b8b946dba6239b81e22d.tar.gz historical-581e8e36502f040b8ea1b8b946dba6239b81e22d.tar.bz2 historical-581e8e36502f040b8ea1b8b946dba6239b81e22d.zip |
version update
Diffstat (limited to 'app-misc/abook')
-rw-r--r-- | app-misc/abook/Manifest | 4 | ||||
-rw-r--r-- | app-misc/abook/abook-0.5.0.ebuild | 28 | ||||
-rw-r--r-- | app-misc/abook/files/digest-abook-0.5.0 | 1 |
3 files changed, 31 insertions, 2 deletions
diff --git a/app-misc/abook/Manifest b/app-misc/abook/Manifest index 8e5e722e75d3..02a6d562e68c 100644 --- a/app-misc/abook/Manifest +++ b/app-misc/abook/Manifest @@ -1,5 +1,5 @@ -MD5 56ace9e7e4b5e69f4be03e072669c90c ChangeLog 566 +MD5 1338b262b64894e3d45306d769414965 ChangeLog 688 MD5 3067d8491bd3c050fcaa341b1eedc803 abook-0.4.17.ebuild 736 -MD5 a44520f60e8173c1479fc723f9afda1e abook-0.5.0.ebuild 637 +MD5 2e7b27c98b9b611a7bb8e68123fd5968 abook-0.5.0.ebuild 736 MD5 c2054c2cbc768e21230c5b41874c997e files/digest-abook-0.4.17 64 MD5 e6c4d56c01bce9e8a8512ca3ec50ee79 files/digest-abook-0.5.0 63 diff --git a/app-misc/abook/abook-0.5.0.ebuild b/app-misc/abook/abook-0.5.0.ebuild new file mode 100644 index 000000000000..d889bd10d615 --- /dev/null +++ b/app-misc/abook/abook-0.5.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/abook/abook-0.5.0.ebuild,v 1.1 2003/07/20 15:26:11 mcummings Exp $ + +DESCRIPTION="Abook is a text-based addressbook program designed to use with mutt mail client." +HOMEPAGE="http://abook.sourceforge.net/" +SRC_URI="mirror://sourceforge/abook/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 ~ppc" +DEPEND="sys-libs/ncurses" + +S=${WORKDIR}/${P} + +src_compile() { + cd ${S} + ./configure \ + --host=${CHOST} \ + --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man || die "./configure failed" + + emake || die +} + +src_install() { + make DESTDIR=${D} install || die +} diff --git a/app-misc/abook/files/digest-abook-0.5.0 b/app-misc/abook/files/digest-abook-0.5.0 new file mode 100644 index 000000000000..9aab56b9a6dc --- /dev/null +++ b/app-misc/abook/files/digest-abook-0.5.0 @@ -0,0 +1 @@ +MD5 358630b5c5b4bb2097a51fe3cbe58297 abook-0.5.0.tar.gz 164842 |