diff options
author | Jason Shoemaker <kutsuya@gentoo.org> | 2003-02-01 13:31:34 +0000 |
---|---|---|
committer | Jason Shoemaker <kutsuya@gentoo.org> | 2003-02-01 13:31:34 +0000 |
commit | e7aea968b43277f1e558c05ecd58afcbf3f65593 (patch) | |
tree | be2e6fd1a679cd92cf4d4919d1c9e02eb11a5026 /net-im | |
parent | Made the ebuild install libqscintilla.a as well, by request of John Landahl. (diff) | |
download | historical-e7aea968b43277f1e558c05ecd58afcbf3f65593.tar.gz historical-e7aea968b43277f1e558c05ecd58afcbf3f65593.tar.bz2 historical-e7aea968b43277f1e558c05ecd58afcbf3f65593.zip |
Version bump. Added IUSE,DEPEND,RDEPEND. Removed src_compile()
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/micq/micq-0.4.10.1.ebuild | 19 |
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 +} |