summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Shoemaker <kutsuya@gentoo.org>2003-02-01 13:31:34 +0000
committerJason Shoemaker <kutsuya@gentoo.org>2003-02-01 13:31:34 +0000
commitd7e7799ee19f2a8efecedcc150c36d5b9500af26 (patch)
tree4b9108495836cc96dfbb5eb8474c9462c993b3c5 /net-im/micq
parentMade the ebuild install libqscintilla.a as well, by request of John Landahl. (diff)
downloadgentoo-2-d7e7799ee19f2a8efecedcc150c36d5b9500af26.tar.gz
gentoo-2-d7e7799ee19f2a8efecedcc150c36d5b9500af26.tar.bz2
gentoo-2-d7e7799ee19f2a8efecedcc150c36d5b9500af26.zip
Version bump. Added IUSE,DEPEND,RDEPEND. Removed src_compile()
Diffstat (limited to 'net-im/micq')
-rw-r--r--net-im/micq/micq-0.4.10.1.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/net-im/micq/micq-0.4.10.1.ebuild b/net-im/micq/micq-0.4.10.1.ebuild
new file mode 100644
index 000000000000..3bb9ef4c4d67
--- /dev/null
+++ b/net-im/micq/micq-0.4.10.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/micq/micq-0.4.10.1.ebuild,v 1.1 2003/02/01 13:31:34 kutsuya Exp $
+
+SRC_URI="ftp://www.micq.org/pub/micq/source/${P}.tgz
+ http://www.micq.org/source/${P}.tgz"
+DESCRIPTION="ICQ text-mode client with many features"
+HOMEPAGE="http://www.micq.org/"
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND="virtual/glibc"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ make DESTDIR=${D} install || die
+}