diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-10-14 19:05:35 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-10-14 19:05:35 +0000 |
commit | 8b4934d271be583167bde758b5371e0bf3e79322 (patch) | |
tree | 9071326c72bea9059ea7ded738faed9dd298dcf5 /net-im | |
parent | remove virtual/commonlisp (diff) | |
download | historical-8b4934d271be583167bde758b5371e0bf3e79322.tar.gz historical-8b4934d271be583167bde758b5371e0bf3e79322.tar.bz2 historical-8b4934d271be583167bde758b5371e0bf3e79322.zip |
initial ebuild
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/naim-modules/ChangeLog | 8 | ||||
-rw-r--r-- | net-im/naim-modules/files/digest-naim-modules-0.0.11.6.1_pre20030923 | 1 | ||||
-rw-r--r-- | net-im/naim-modules/naim-modules-0.0.11.6.1_pre20030923.ebuild | 27 |
3 files changed, 36 insertions, 0 deletions
diff --git a/net-im/naim-modules/ChangeLog b/net-im/naim-modules/ChangeLog new file mode 100644 index 000000000000..5c9ee7034cad --- /dev/null +++ b/net-im/naim-modules/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for net-im/naim-modules +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/naim-modules/ChangeLog,v 1.1 2003/10/14 19:05:35 vapier Exp $ + +*naim-modules-0.0.11.6.1_pre20030923 (14 Oct 2003) + + 14 Oct 2003; Mike Frysinger <vapier@gentoo.org> : + Initial ebuild. diff --git a/net-im/naim-modules/files/digest-naim-modules-0.0.11.6.1_pre20030923 b/net-im/naim-modules/files/digest-naim-modules-0.0.11.6.1_pre20030923 new file mode 100644 index 000000000000..2a40ca412b4f --- /dev/null +++ b/net-im/naim-modules/files/digest-naim-modules-0.0.11.6.1_pre20030923 @@ -0,0 +1 @@ +MD5 c51345fd8a563b3be0179ef7e4bd94ea naim-modules-0.0.11.6.1-2003-09-23-1113.tar.gz 289537 diff --git a/net-im/naim-modules/naim-modules-0.0.11.6.1_pre20030923.ebuild b/net-im/naim-modules/naim-modules-0.0.11.6.1_pre20030923.ebuild new file mode 100644 index 000000000000..89cf7c1e8899 --- /dev/null +++ b/net-im/naim-modules/naim-modules-0.0.11.6.1_pre20030923.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/naim-modules/naim-modules-0.0.11.6.1_pre20030923.ebuild,v 1.1 2003/10/14 19:05:35 vapier Exp $ + +MY_PV="${PV/_pre*}-2003-09-23-1113" +DESCRIPTION="a bunch of modules for the naim im client" +HOMEPAGE="http://site.n.ml.org/info/naim/" +SRC_URI="http://site.n.ml.org/download/20031011213921/naim/${PN}-${MY_PV}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 ppc ~sparc ~mips ~alpha ~arm ~hppa ia64 ~amd64" +IUSE="debug" + +DEPEND="net-im/naim" + +S=${WORKDIR}/${P/_pre*} + +src_compile() { + econf --with-pkgdocdir=/usr/share/doc/${PF} || die "configure failed" + emake || die "make failed" +} + +src_install() { + make DESTDIR=${D} install || die "make install failed" + dodoc AUTHORS ChangeLog NEWS README +} |