diff options
author | Thilo Bangert <bangert@gentoo.org> | 2002-06-25 10:26:11 +0000 |
---|---|---|
committer | Thilo Bangert <bangert@gentoo.org> | 2002-06-25 10:26:11 +0000 |
commit | 840602eb5015b8b82ebb0c90ae7b9a2cc3c52cd8 (patch) | |
tree | b7fb21135562109c7d3faef78deeeb62db5981c3 /net-p2p/fidelio | |
parent | new version, compiles with gcc 3.1 (diff) | |
download | gentoo-2-840602eb5015b8b82ebb0c90ae7b9a2cc3c52cd8.tar.gz gentoo-2-840602eb5015b8b82ebb0c90ae7b9a2cc3c52cd8.tar.bz2 gentoo-2-840602eb5015b8b82ebb0c90ae7b9a2cc3c52cd8.zip |
initial commit for net-p2p - these are all the p2p ebuilds listed in my mail. Note: they have not yet been removed from net-misc or media-sound
Diffstat (limited to 'net-p2p/fidelio')
-rw-r--r-- | net-p2p/fidelio/ChangeLog | 13 | ||||
-rw-r--r-- | net-p2p/fidelio/fidelio-0.9.6-r1.ebuild | 34 | ||||
-rw-r--r-- | net-p2p/fidelio/files/digest-fidelio-0.9.6-r1 | 1 |
3 files changed, 48 insertions, 0 deletions
diff --git a/net-p2p/fidelio/ChangeLog b/net-p2p/fidelio/ChangeLog new file mode 100644 index 000000000000..60e1cf361c38 --- /dev/null +++ b/net-p2p/fidelio/ChangeLog @@ -0,0 +1,13 @@ +# ChangeLog for net-p2p/fidelio +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/net-p2p/fidelio/ChangeLog,v 1.1 2002/06/25 10:26:11 bangert Exp $ + +*fidelio-0.9.6 (1 Feb 2002) + + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/net-p2p/fidelio/fidelio-0.9.6-r1.ebuild b/net-p2p/fidelio/fidelio-0.9.6-r1.ebuild new file mode 100644 index 000000000000..c3995ddf11c0 --- /dev/null +++ b/net-p2p/fidelio/fidelio-0.9.6-r1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Maintainer: Geert Bevin <gbevin@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/net-p2p/fidelio/fidelio-0.9.6-r1.ebuild,v 1.1 2002/06/25 10:26:11 bangert Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="Fidelio is a Linux/Unix client for Hotline, a proprietary protocol that combines ftp-like, irc-like and news-like functions with user authentication and permissions in one package." +SRC_URI="http://download.sourceforge.net/fidelio/${PN}-${PV}.tar.gz" +HOMEPAGE="http://fidelio.sourceforge.net/" + +DEPEND="virtual/glibc + virtual/x11 + =x11-libs/gtk+-1.2* + >=gnome-base/gnome-libs-1.4.1.2 + >=dev-libs/libxml2-2.4.12 + esd? ( >=media-sound/esound-0.2.23 )" + +src_compile() { + + CFLAGS="${CFLAGS} -I/usr/include/libxml2/libxml" + CXXFLAGS="${CXXFLAGS} -I/usr/include/libxml2/libxml" + export CPPFLAGS="-I/usr/include/libxml2" + export XML_CONFIG="/usr/bin/xml2-config" + econf || die + emake || die + +} + +src_install () { + + einstall || die + +} + diff --git a/net-p2p/fidelio/files/digest-fidelio-0.9.6-r1 b/net-p2p/fidelio/files/digest-fidelio-0.9.6-r1 new file mode 100644 index 000000000000..bad927354346 --- /dev/null +++ b/net-p2p/fidelio/files/digest-fidelio-0.9.6-r1 @@ -0,0 +1 @@ +MD5 5991eb226b354abff4e424fbdfc1b786 fidelio-0.9.6.tar.gz 319108 |