diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-02-09 23:21:10 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-02-09 23:21:10 +0000 |
commit | cfeb1d86c3845673580a21056044939ef71f5e77 (patch) | |
tree | 97e6f0ce99b2e683ad68934b32bd3a7351681969 /app-text/hnb/hnb-1.9.8.ebuild | |
parent | added some warnings (diff) | |
download | gentoo-2-cfeb1d86c3845673580a21056044939ef71f5e77.tar.gz gentoo-2-cfeb1d86c3845673580a21056044939ef71f5e77.tar.bz2 gentoo-2-cfeb1d86c3845673580a21056044939ef71f5e77.zip |
Initial version
Diffstat (limited to 'app-text/hnb/hnb-1.9.8.ebuild')
-rw-r--r-- | app-text/hnb/hnb-1.9.8.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/app-text/hnb/hnb-1.9.8.ebuild b/app-text/hnb/hnb-1.9.8.ebuild new file mode 100644 index 000000000000..04ea0192db50 --- /dev/null +++ b/app-text/hnb/hnb-1.9.8.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 + +S=${WORKDIR}/${P} +DESCRIPTION="hnb is a program to organize many kinds of data in one place, including addresses, TODO lists, ideas, book reviews, brainstorming, speech outlines, etc. It stores data in XML format, and is capable of native export to ASCII and HTML." +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +HOMEPAGE="http://hnb.sourceforge.net/" + +SLOT="0" +LICENSE="GPL-1" +KEYWORDS="~x86 ~ppc ~sparc" + +DEPEND="" + +src_compile() { + + make || die + +} + +src_install() { + + dodoc README doc/hnbrc + doman doc/hnb.1 + dobin src/hnb + +} |