diff options
author | Prakash Shetty <crux@gentoo.org> | 2001-06-27 07:50:12 +0000 |
---|---|---|
committer | Prakash Shetty <crux@gentoo.org> | 2001-06-27 07:50:12 +0000 |
commit | d253b546303e1f2e70e5453ad175a448944a5e52 (patch) | |
tree | c19b69e203128b6f64829eaf20cb23051e8b6a07 /net-irc/kvirc | |
parent | new net-apache dir (diff) | |
download | historical-d253b546303e1f2e70e5453ad175a448944a5e52.tar.gz historical-d253b546303e1f2e70e5453ad175a448944a5e52.tar.bz2 historical-d253b546303e1f2e70e5453ad175a448944a5e52.zip |
*** empty log message ***
Diffstat (limited to 'net-irc/kvirc')
-rw-r--r-- | net-irc/kvirc/kvirc-2.1.1.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/net-irc/kvirc/kvirc-2.1.1.ebuild b/net-irc/kvirc/kvirc-2.1.1.ebuild deleted file mode 100644 index f8010d7ed17e..000000000000 --- a/net-irc/kvirc/kvirc-2.1.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Prakash Shetty (Crux) <ps@gnuos.org> - -A=${P}.tar.bz2 -S=${WORKDIR}/${P} -DESCRIPTION="A IRC Client for KDE" -SRC_URI="ftp://ftp.kvirc.net/kvirc/2.1.1/source/${A}" -HOMEPAGE="http://www.kvirc.net" - -DEPEND=">=sys-libs/glibc-2.1.3 - >=x11-libs/qt-x11-2.3" - -src_compile() { - - cd ${S} - try ./configure --with-kde-support - try make kvirc - -} - -src_install () { - - cd ${S} - try make DESTDIR=${D} install - try make DESTDIR=${D} docs - -} - - - |