diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2000-08-25 02:20:16 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2000-08-25 02:20:16 +0000 |
commit | a668f4dd19a9bf22207979ca8d43ea3e65f288db (patch) | |
tree | 4e9f74b00801bc68451ecf9dc48b78665df00041 /gnome-apps | |
parent | *** empty log message *** (diff) | |
download | historical-a668f4dd19a9bf22207979ca8d43ea3e65f288db.tar.gz historical-a668f4dd19a9bf22207979ca8d43ea3e65f288db.tar.bz2 historical-a668f4dd19a9bf22207979ca8d43ea3e65f288db.zip |
*** empty log message ***
Diffstat (limited to 'gnome-apps')
-rw-r--r-- | gnome-apps/xchat/xchat-1.2.1.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/gnome-apps/xchat/xchat-1.2.1.ebuild b/gnome-apps/xchat/xchat-1.2.1.ebuild deleted file mode 100644 index 370bc1b3d8a9..000000000000 --- a/gnome-apps/xchat/xchat-1.2.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-apps/xchat/xchat-1.2.1.ebuild,v 1.2 2000/08/16 04:38:01 drobbins Exp $ - -P=xchat-1.2.1 -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="xchat" -SRC_URI="http://www.xchat.org/files/source/1.4/"${A} -HOMEPAGE="http://www.xchat.org/" - -src_compile() { - cd ${S} - ./configure --host=${CHOST} --prefix=/opt/gnome \ - --with-catgets - make -} - -src_install() { - cd ${S} - make prefix=${D}/opt/gnome install - dodoc AUTHORS COPYING ChangeLog NEWS README - -} - - - - - - |