summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-10-14 19:05:35 +0000
committerMike Frysinger <vapier@gentoo.org>2003-10-14 19:05:35 +0000
commit0709e21361fbf774e62534fcf90d18c7bd1b3164 (patch)
tree683b77fe2962689e0f514c843af7971301ba1067 /net-im/naim-modules
parentremove virtual/commonlisp (diff)
downloadgentoo-2-0709e21361fbf774e62534fcf90d18c7bd1b3164.tar.gz
gentoo-2-0709e21361fbf774e62534fcf90d18c7bd1b3164.tar.bz2
gentoo-2-0709e21361fbf774e62534fcf90d18c7bd1b3164.zip
initial ebuild
Diffstat (limited to 'net-im/naim-modules')
-rw-r--r--net-im/naim-modules/ChangeLog8
-rw-r--r--net-im/naim-modules/files/digest-naim-modules-0.0.11.6.1_pre200309231
-rw-r--r--net-im/naim-modules/naim-modules-0.0.11.6.1_pre20030923.ebuild27
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
+}