diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-06-21 19:31:50 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-06-21 19:31:50 +0000 |
commit | 78d5714cb4746b9eab29a9a3c709a7296e18079c (patch) | |
tree | 94d84407d86d6a482d92cfeddea8343f1e4a84b7 /net-im | |
parent | bu,ped version (diff) | |
download | gentoo-2-78d5714cb4746b9eab29a9a3c709a7296e18079c.tar.gz gentoo-2-78d5714cb4746b9eab29a9a3c709a7296e18079c.tar.bz2 gentoo-2-78d5714cb4746b9eab29a9a3c709a7296e18079c.zip |
new package. fixes #3242
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/ntame/ChangeLog | 13 | ||||
-rw-r--r-- | net-im/ntame/files/digest-ntame-998020954 | 1 | ||||
-rw-r--r-- | net-im/ntame/ntame-998020954.ebuild | 29 |
3 files changed, 43 insertions, 0 deletions
diff --git a/net-im/ntame/ChangeLog b/net-im/ntame/ChangeLog new file mode 100644 index 000000000000..ddc2256a0560 --- /dev/null +++ b/net-im/ntame/ChangeLog @@ -0,0 +1,13 @@ +# ChangeLog for net-im/ntame +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/net-im/ntame/ChangeLog,v 1.1 2002/06/21 19:31:50 rphillips Exp $ + +*ntame-998020954 (21 Jun 2002) + + 21 Jun 2002; Ryan Phillips <rphillips@gentoo.org> ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/net-im/ntame/files/digest-ntame-998020954 b/net-im/ntame/files/digest-ntame-998020954 new file mode 100644 index 000000000000..f8f6808daf0d --- /dev/null +++ b/net-im/ntame/files/digest-ntame-998020954 @@ -0,0 +1 @@ +MD5 90fb04f07f93f8cc05de9bfa5e5ab6fc ntaim.998020954.tar.gz 115568 diff --git a/net-im/ntame/ntame-998020954.ebuild b/net-im/ntame/ntame-998020954.ebuild new file mode 100644 index 000000000000..3070f07e8777 --- /dev/null +++ b/net-im/ntame/ntame-998020954.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/ntame/ntame-998020954.ebuild,v 1.1 2002/06/21 19:31:50 rphillips Exp $ + +S=${WORKDIR}/ntaim +DESCRITION="Ncurses based AOL Instant Messenger" +HOMEPAGE="http://tame.sourceforge.net/" +SRC_URI="mirror://sourceforge/tame/ntaim.${PV}.tar.gz" +DEPEND=">=sys-libs/ncurses-5.2" +SLOT="0" + +src_compile () { + + ./configure --prefix=/usr --host=${CHOST} || die + emake || die + +} + +src_install () { + + dodir /usr/bin + make DESTDIR=${D} install || die + + dodoc AUTHORS BUGS INSTALL NEWS README +} + +pkg_postinst () { + einfo "Executable name is actually ntaim" +} |