diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-08-15 15:27:20 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-08-15 15:27:20 +0000 |
commit | 11dc7f0ebc0dcc5fe3542356d4ffd26df2c6ab1f (patch) | |
tree | 2a06f66794b6cad67dadb2904618ab0e2debc7a3 /gnome-apps | |
parent | Wahoo. Sed 3.02.80 is the best version. Wish GNU updated ftp.gnu.org (diff) | |
download | gentoo-2-11dc7f0ebc0dcc5fe3542356d4ffd26df2c6ab1f.tar.gz gentoo-2-11dc7f0ebc0dcc5fe3542356d4ffd26df2c6ab1f.tar.bz2 gentoo-2-11dc7f0ebc0dcc5fe3542356d4ffd26df2c6ab1f.zip |
*** empty log message ***
Diffstat (limited to 'gnome-apps')
30 files changed, 463 insertions, 0 deletions
diff --git a/gnome-apps/bug-buddy/bug-buddy-1.0.ebuild b/gnome-apps/bug-buddy/bug-buddy-1.0.ebuild new file mode 100644 index 000000000000..f28a67f4a7b8 --- /dev/null +++ b/gnome-apps/bug-buddy/bug-buddy-1.0.ebuild @@ -0,0 +1,28 @@ +# 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/bug-buddy/bug-buddy-1.0.ebuild,v 1.1 2000/08/15 15:27:02 achim Exp $ + +P=bug-buddy-1.0 +A=${P}.tar.gz +S=${WORKDIR}/${P} +CATEGORY="gnome-apps" +DESCRIPTION="bug-buddy" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/bug-buddy/"${A} +HOMEPAGE="http://www.gnome.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* NEWS + dodoc README* TODO +} + + + diff --git a/gnome-apps/bug-buddy/files/digest b/gnome-apps/bug-buddy/files/digest new file mode 100644 index 000000000000..637ff719ec84 --- /dev/null +++ b/gnome-apps/bug-buddy/files/digest @@ -0,0 +1 @@ +MD5 69f6bea3a2acf5bf4557a06a62bf0fea bug-buddy-1.0.tar.gz diff --git a/gnome-apps/ee/ee-0.3.12.ebuild b/gnome-apps/ee/ee-0.3.12.ebuild new file mode 100644 index 000000000000..f2091b9aeb24 --- /dev/null +++ b/gnome-apps/ee/ee-0.3.12.ebuild @@ -0,0 +1,28 @@ +# 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/ee/ee-0.3.12.ebuild,v 1.1 2000/08/15 15:27:03 achim Exp $ + +P=ee-0.3.12 +A=${P}.tar.gz +S=${WORKDIR}/${P} +CATEGORY="gnome-apps" +DESCRIPTION="ee" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/ee/"${A} +HOMEPAGE="http://www.gnome.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 +} + + + diff --git a/gnome-apps/ee/files/digest b/gnome-apps/ee/files/digest new file mode 100644 index 000000000000..3f714a0b713d --- /dev/null +++ b/gnome-apps/ee/files/digest @@ -0,0 +1 @@ +MD5 d7e92c1cc560ce76e439353462b8aa7e ee-0.3.12.tar.gz diff --git a/gnome-apps/gdm/files/digest b/gnome-apps/gdm/files/digest new file mode 100644 index 000000000000..e0e96ebecfb0 --- /dev/null +++ b/gnome-apps/gdm/files/digest @@ -0,0 +1 @@ +MD5 651fd0762fb1a2e70ab2d0379a7d3374 gdm-2.0beta4.tar.gz diff --git a/gnome-apps/gdm/gdm-2.0beta4.ebuild b/gnome-apps/gdm/gdm-2.0beta4.ebuild new file mode 100644 index 000000000000..3e71066a41b5 --- /dev/null +++ b/gnome-apps/gdm/gdm-2.0beta4.ebuild @@ -0,0 +1,28 @@ +# 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/gdm/gdm-2.0beta4.ebuild,v 1.1 2000/08/15 15:27:04 achim Exp $ + +P=gdm-2.0beta4 +A=${P}.tar.gz +S=${WORKDIR}/${P} +CATEGORY="gnome-apps" +DESCRIPTION="gdm" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/gdm/"${A} +HOMEPAGE="http://www.gnome.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* RELEASENOTES TODO +} + + + diff --git a/gnome-apps/gedit/files/digest b/gnome-apps/gedit/files/digest new file mode 100644 index 000000000000..16b895b4c54e --- /dev/null +++ b/gnome-apps/gedit/files/digest @@ -0,0 +1 @@ +MD5 808088afa1ece2dffc284ed34cd1b4af gedit-0.9.0.tar.gz diff --git a/gnome-apps/gedit/gedit-0.9.0.ebuild b/gnome-apps/gedit/gedit-0.9.0.ebuild new file mode 100644 index 000000000000..26b709b035df --- /dev/null +++ b/gnome-apps/gedit/gedit-0.9.0.ebuild @@ -0,0 +1,33 @@ +# 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/gedit/gedit-0.9.0.ebuild,v 1.1 2000/08/15 15:27:05 achim Exp $ + +P=gedit-0.9.0 +A=${P}.tar.gz +S=${WORKDIR}/${P} +CATEGORY="gnome-apps" +DESCRIPTION="Gnome Text Editor" +SRC_URI="http://download.sourceforge.net/gedit/"${A} +HOMEPAGE="http://gedit.sourceforge.net/" + +src_unpack() { + unpack ${A} +} + +src_compile() { + cd ${S} + ./configure --host=${CHOST} --prefix=/opt/gnome --with-catgets + make +} + +src_install() { + cd ${S} + make prefix=${D}/opt/gnome install + prepman /opt/gnome + + dodoc AUTHORS BUGS COPYING ChangeLog FAQ NEWS README* THANKS TODO +} + + + diff --git a/gnome-apps/ggv/files/digest b/gnome-apps/ggv/files/digest new file mode 100644 index 000000000000..25576b9bc48a --- /dev/null +++ b/gnome-apps/ggv/files/digest @@ -0,0 +1 @@ +MD5 e407836a107279b8fda1b961539a1cff ggv-0.95.tar.gz diff --git a/gnome-apps/ggv/ggv-0.95.ebuild b/gnome-apps/ggv/ggv-0.95.ebuild new file mode 100644 index 000000000000..a30a78598b60 --- /dev/null +++ b/gnome-apps/ggv/ggv-0.95.ebuild @@ -0,0 +1,32 @@ +# 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/ggv/ggv-0.95.ebuild,v 1.1 2000/08/15 15:27:06 achim Exp $ + +P=ggv-0.95 +A=${P}.tar.gz +S=${WORKDIR}/${P} +CATEGORY="gnome-apps" +DESCRIPTION="Gnome Ghostview" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/ggv/"${A} +HOMEPAGE="http://www.gnome.org/" + + +src_compile() { + cd ${S} + cp configure configure.orig + sed -e "s/BONOBO_TRUE/BONOBO_FALSE/" configure.orig > configure + ./configure --host=${CHOST} --prefix=/opt/gnome \ + --with-catgets --without-bonobo + make +} + +src_install() { + cd ${S} + make prefix=${D}/opt/gnome install + dodoc AUTHORS COPYING ChangeLog NEWS README TODO + +} + + + diff --git a/gnome-apps/glade/files/digest b/gnome-apps/glade/files/digest new file mode 100644 index 000000000000..fd7ecb264180 --- /dev/null +++ b/gnome-apps/glade/files/digest @@ -0,0 +1 @@ +MD5 198531c9895a4edb94020ea7b6799c8a glade-0.5.9.tar.gz diff --git a/gnome-apps/glade/glade-0.5.9.ebuild b/gnome-apps/glade/glade-0.5.9.ebuild new file mode 100644 index 000000000000..d9939f784608 --- /dev/null +++ b/gnome-apps/glade/glade-0.5.9.ebuild @@ -0,0 +1,28 @@ +# 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/glade/glade-0.5.9.ebuild,v 1.1 2000/08/15 15:27:07 achim Exp $ + +P=glade-0.5.9 +A=${P}.tar.gz +S=${WORKDIR}/${P} +CATEGORY="gnome-apps" +DESCRIPTION="glade" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/glade/"${A} +HOMEPAGE="http://www.gnome.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* FAQ NEWS + dodoc README* TODO +} + + + diff --git a/gnome-apps/gnofin/files/digest b/gnome-apps/gnofin/files/digest new file mode 100644 index 000000000000..8f08a5644a7c --- /dev/null +++ b/gnome-apps/gnofin/files/digest @@ -0,0 +1 @@ +MD5 4e61960efcfbe17cf1eca0d5ed126c31 gnofin-0.8.0.tar.gz diff --git a/gnome-apps/gnofin/gnofin-0.8.0.ebuild b/gnome-apps/gnofin/gnofin-0.8.0.ebuild new file mode 100644 index 000000000000..c64c0efdc748 --- /dev/null +++ b/gnome-apps/gnofin/gnofin-0.8.0.ebuild @@ -0,0 +1,34 @@ +# 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/gnofin/gnofin-0.8.0.ebuild,v 1.1 2000/08/15 15:27:08 achim Exp $ + +P=gnofin-0.8.0 +A=${P}.tar.gz +S=${WORKDIR}/${P} +CATEGORY="gnome-apps" +DESCRIPTION="a personal finance application for GNOME" +SRC_URI="ftp://ftp.gnofin.sourceforge.net/pub/gnofin/stable/source/${A} + http://download.sourceforge.net/gnofin/${A} + http://jagger.ME.Berkley.EDU/~dfisher/gnofin/stable/source/${A}" +HOMEPAGE="http://gnofin.sourceforge.net" + +src_compile() { + cd ${S} + ./configure --host=${CHOST} --prefix=/opt/gnome \ + --with-catgets + make +} + +src_install() { + cd ${S} + make prefix=${D}/opt/gnome install + prepman /opt/gnome + dodoc AUTHORS COPYING* ChangeLog NEWS + dodoc README* +} + + + + + diff --git a/gnome-apps/gnome-audio/files/digest b/gnome-apps/gnome-audio/files/digest new file mode 100644 index 000000000000..0b02b61f9c37 --- /dev/null +++ b/gnome-apps/gnome-audio/files/digest @@ -0,0 +1 @@ +MD5 3ae217dfa20fc8fbb67595a32d6beeec gnome-audio-1.0.0.tar.gz diff --git a/gnome-apps/gnome-audio/gnome-audio-1.0.0.ebuild b/gnome-apps/gnome-audio/gnome-audio-1.0.0.ebuild new file mode 100644 index 000000000000..8ff121c5ee2c --- /dev/null +++ b/gnome-apps/gnome-audio/gnome-audio-1.0.0.ebuild @@ -0,0 +1,25 @@ +# 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/gnome-audio/gnome-audio-1.0.0.ebuild,v 1.1 2000/08/15 15:27:09 achim Exp $ + +P=gnome-audio-1.0.0 +A=${P}.tar.gz +S=${WORKDIR}/${P} +CATEGORY="gnome-apps" +DESCRIPTION="gnome-audio" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/gnome-audion/"${A} +HOMEPAGE="http://www.gnome.org/" + +src_compile() { + cd ${S} +} + +src_install() { + cd ${S} + make prefix=${D}/opt/gnome install + dodoc README +} + + + diff --git a/gnome-apps/gnome-media/files/digest b/gnome-apps/gnome-media/files/digest new file mode 100644 index 000000000000..dc9b54708010 --- /dev/null +++ b/gnome-apps/gnome-media/files/digest @@ -0,0 +1 @@ +MD5 c7cda6054b47f71aa46aaabe9db6fb4c gnome-media-1.2.0.tar.gz diff --git a/gnome-apps/gnome-media/gnome-media-1.2.0.ebuild b/gnome-apps/gnome-media/gnome-media-1.2.0.ebuild new file mode 100644 index 000000000000..456cba725270 --- /dev/null +++ b/gnome-apps/gnome-media/gnome-media-1.2.0.ebuild @@ -0,0 +1,29 @@ +# 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/gnome-media/gnome-media-1.2.0.ebuild,v 1.1 2000/08/15 15:27:10 achim Exp $ + +P=gnome-media-1.2.0 +A=${P}.tar.gz +S=${WORKDIR}/${P} +CATEGORY="gnome-apps" +DESCRIPTION="gnome-media" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/gnome-media/"${A} +HOMEPAGE="http://www.gnome.org/" + +src_compile() { + cd ${S} + ./configure --host=${CHOST} --prefix=/opt/gnome \ + --with-catgets --with-ncurses + make +} + +src_install() { + cd ${S} + make prefix=${D}/opt/gnome install + dodoc AUTHORS COPYING* ChangeLog NEWS + dodoc README* +} + + + diff --git a/gnome-apps/gnome-utils/files/digest b/gnome-apps/gnome-utils/files/digest new file mode 100644 index 000000000000..fccbc4e56e69 --- /dev/null +++ b/gnome-apps/gnome-utils/files/digest @@ -0,0 +1 @@ +MD5 ffee2281337d29b149612dc186299773 gnome-utils-1.2.0.tar.gz diff --git a/gnome-apps/gnome-utils/gnome-utils-1.2.0.ebuild b/gnome-apps/gnome-utils/gnome-utils-1.2.0.ebuild new file mode 100644 index 000000000000..566260ae36c4 --- /dev/null +++ b/gnome-apps/gnome-utils/gnome-utils-1.2.0.ebuild @@ -0,0 +1,29 @@ +# 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/gnome-utils/gnome-utils-1.2.0.ebuild,v 1.1 2000/08/15 15:27:11 achim Exp $ + +P=gnome-utils-1.2.0 +A=${P}.tar.gz +S=${WORKDIR}/${P} +CATEGORY="gnome-apps" +DESCRIPTION="gnome-utils" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/gnome-utils/"${A} +HOMEPAGE="http://www.gnome.org/" + +src_compile() { + cd ${S} + ./configure --host=${CHOST} --prefix=/opt/gnome \ + --with-catgets --with-ncurses + make +} + +src_install() { + cd ${S} + make prefix=${D}/opt/gnome install + dodoc AUTHORS COPYING* ChangeLog NEWS + dodoc README* +} + + + diff --git a/gnome-apps/gupsc/files/digest b/gnome-apps/gupsc/files/digest new file mode 100644 index 000000000000..984ee520751b --- /dev/null +++ b/gnome-apps/gupsc/files/digest @@ -0,0 +1 @@ +MD5 f201a31442586340cd773ac95ffeb53c gupsc-0.3.0.tar.bz2 diff --git a/gnome-apps/gupsc/gupsc-0.3.0.ebuild b/gnome-apps/gupsc/gupsc-0.3.0.ebuild new file mode 100644 index 000000000000..aa1b64eba900 --- /dev/null +++ b/gnome-apps/gupsc/gupsc-0.3.0.ebuild @@ -0,0 +1,31 @@ +# 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/gupsc/gupsc-0.3.0.ebuild,v 1.1 2000/08/15 15:27:12 achim Exp $ + +P=gupsc-0.3.0 +A=${P}.tar.bz2 +S=${WORKDIR}/${P} +CATEGORY="gnome-apps" +DESCRIPTION="A Gnome client for the Network UPS Tools (nut)" +SRC_URI="http://www.stud.ifi.uio.no/~hennikul/gupsc/download/"${A} +HOMEPAGE="http://www.stud.ifi.uio.no/~hennikul/gupsc/" + +src_unpack() { + unpack ${A} +} + +src_compile() { + cd ${S} + ./configure --host=${CHOST} --prefix=/opt/gnome --with-catgets + make +} + +src_install() { + cd ${S} + make DESTDIR=${D} install + dodoc AUTHORS COPYING ChangeLog NEWS README TODO +} + + + diff --git a/gnome-apps/nmap/files/digest b/gnome-apps/nmap/files/digest new file mode 100644 index 000000000000..6602d0ddf092 --- /dev/null +++ b/gnome-apps/nmap/files/digest @@ -0,0 +1 @@ +MD5 592ace3a758e31740d70d7ce4a2dd21c nmap-2.53.tgz diff --git a/gnome-apps/nmap/nmap-2.53.ebuild b/gnome-apps/nmap/nmap-2.53.ebuild new file mode 100644 index 000000000000..78a9c4e7c6dc --- /dev/null +++ b/gnome-apps/nmap/nmap-2.53.ebuild @@ -0,0 +1,33 @@ +# 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> +# $Heade + +P=nmap-2.53 +A=${P}.tgz +S=${WORKDIR}/${P} +CATEGORY="gnome-apps" +DESCRIPTION="Portscanner" +SRC_URI="http://www.insecure.org/nmap/dist/"${A} +HOMEPAGE="http://www.insecure.org/nmap/" + +src_compile() { + cd ${S} + ./configure --host=${CHOST} --prefix=/opt/gnome + make +} + +src_install() { + cd ${S} + make prefix=${D}/opt/gnome install + prepman /opt/gnome + + dodoc CHANGELOG COPYING README + cd docs + dodoc *.txt + docinto html + dodoc *.html +} + + + diff --git a/gnome-apps/powershell/files/digest b/gnome-apps/powershell/files/digest new file mode 100644 index 000000000000..00f40dd33120 --- /dev/null +++ b/gnome-apps/powershell/files/digest @@ -0,0 +1 @@ +MD5 25380001352cef5f61e627fabe7465be powershell-0.8.tar.gz diff --git a/gnome-apps/powershell/powershell-0.80.ebuild b/gnome-apps/powershell/powershell-0.80.ebuild new file mode 100644 index 000000000000..ad7d543b541e --- /dev/null +++ b/gnome-apps/powershell/powershell-0.80.ebuild @@ -0,0 +1,30 @@ +# 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> +# $Heade + +P=powershell-0.80 +A=powershell-0.8.tar.gz +S=${WORKDIR}/powershell-0.8 +CATEGORY="gnome-apps" +DESCRIPTION="Terminal emulator, supports multiple terminals in a single window" +SRC_URI="http://powershell.pdq.net/download/"${A} +HOMEPAGE="http://powershell.pdq.net" + +src_unpack() { + unpack ${A} +} + +src_compile() { + cd ${S} + LDFLAGS="-L/opt/gnome/lib" ./configure --host=${CHOST} --prefix=/opt/gnome + make +} + +src_install() { + cd ${S} + make prefix=${D}/opt/gnome install +} + + + diff --git a/gnome-apps/users-guide/files/digest b/gnome-apps/users-guide/files/digest new file mode 100644 index 000000000000..a9ba42ad774a --- /dev/null +++ b/gnome-apps/users-guide/files/digest @@ -0,0 +1 @@ +MD5 824cdcdbdf1f1647f942ae648b60d1f3 users-guide-1.2.tar.gz diff --git a/gnome-apps/users-guide/users-guide-1.2.ebuild b/gnome-apps/users-guide/users-guide-1.2.ebuild new file mode 100644 index 000000000000..d8ba18e326d1 --- /dev/null +++ b/gnome-apps/users-guide/users-guide-1.2.ebuild @@ -0,0 +1,28 @@ +# 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/users-guide/users-guide-1.2.ebuild,v 1.1 2000/08/15 15:27:15 achim Exp $ + +P=users-guide-1.2 +A=${P}.tar.gz +S=${WORKDIR}/${P} +CATEGORY="gnome-apps" +DESCRIPTION="gnome-users-guide" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/users-guide/"${A} +HOMEPAGE="http://www.gnome.org/" + +src_compile() { + cd ${S} + ./configure --host=${CHOST} --prefix=/opt/gnome + make +} + +src_install() { + cd ${S} + make prefix=${D}/opt/gnome install + dodoc AUTHORS COPYING* ChangeLog NEWS + dodoc README* TODO +} + + + diff --git a/gnome-apps/xchat/files/digest b/gnome-apps/xchat/files/digest new file mode 100644 index 000000000000..396c5cea8a68 --- /dev/null +++ b/gnome-apps/xchat/files/digest @@ -0,0 +1 @@ +MD5 6e3862baf6d73e98d98e6b3fbd3f3325 xchat-1.2.1.tar.gz diff --git a/gnome-apps/xchat/xchat-1.2.1.ebuild b/gnome-apps/xchat/xchat-1.2.1.ebuild new file mode 100644 index 000000000000..bf9a020cdb5d --- /dev/null +++ b/gnome-apps/xchat/xchat-1.2.1.ebuild @@ -0,0 +1,32 @@ +# 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.1 2000/08/15 15:27:17 achim Exp $ + +P=xchat-1.2.1 +A=${P}.tar.gz +S=${WORKDIR}/${P} +CATEGORY="gnome-apps" +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 + +} + + + + + + |