From ffac22b93c9b4cbe2b2102fa40b4e8d99c8cff95 Mon Sep 17 00:00:00 2001 From: Sven Wegener Date: Sat, 14 May 2005 17:50:56 +0000 Subject: Version bump, bug #92618. Package-Manager: portage-2.0.51.21-r1 --- net-irc/scrollz/scrollz-1.9.5.ebuild | 42 ++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 net-irc/scrollz/scrollz-1.9.5.ebuild (limited to 'net-irc/scrollz/scrollz-1.9.5.ebuild') diff --git a/net-irc/scrollz/scrollz-1.9.5.ebuild b/net-irc/scrollz/scrollz-1.9.5.ebuild new file mode 100644 index 000000000000..a7d86660672a --- /dev/null +++ b/net-irc/scrollz/scrollz-1.9.5.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/scrollz/scrollz-1.9.5.ebuild,v 1.1 2005/05/14 17:50:56 swegener Exp $ + +MY_P=ScrollZ-${PV} + +DESCRIPTION="Advanced IRC client based on ircII" +SRC_URI="ftp://ftp.scrollz.com/pub/ScrollZ/source/${MY_P}.tar.gz" +HOMEPAGE="http://www.scrollz.com/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ia64 ~amd64 ~ppc" +IUSE="ipv6 socks5 ssl" + +DEPEND="virtual/libc + ssl? ( dev-libs/openssl )" + +S=${WORKDIR}/${MY_P} + +src_compile() { + econf \ + --with-default-server=irc.freenode.net \ + $(use_enable ipv6) \ + $(use_enable socks5) \ + $(use_with ssl) \ + || die "econf failed" + emake || die "emake failed" +} + +src_install() { + dodir /usr/share/man/man1 + einstall \ + sharedir=${D}/usr/share \ + mandir=${D}/usr/share/man/man1 \ + install \ + || die "einstall failed" + dodoc ChangeLog* README* || die "dodoc failed" + + # fix erms of manpage + fperms 644 /usr/share/man/man1/scrollz.1 +} -- cgit v1.2.3-65-gdbad