From 3278ed3f7846797e34464cfb3721d5d674c12f7f Mon Sep 17 00:00:00 2001 From: Cédric Krier Date: Fri, 21 Jul 2006 20:32:09 +0000 Subject: net-irc/sic: New Ebuild for bug 141332 svn path=/sunrise/; revision=670 --- net-irc/sic/sic-0.2.ebuild | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 net-irc/sic/sic-0.2.ebuild (limited to 'net-irc/sic/sic-0.2.ebuild') diff --git a/net-irc/sic/sic-0.2.ebuild b/net-irc/sic/sic-0.2.ebuild new file mode 100644 index 000000000..6d5764637 --- /dev/null +++ b/net-irc/sic/sic-0.2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit eutils toolchain-funcs + +DESCRIPTION="an extremly simple IRC client" +HOMEPAGE="http://www.10kloc.org/sic/" +SRC_URI="http://10kloc.org/download/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="" +RDEPEND="" + +src_unpack() { + unpack ${A} + cd "${S}" + + epatch "${FILESDIR}/${P}-config_mk.patch" +} + +src_compile() { + emake CC=$(tc-getCC) || die "emake failed" +} + +src_install() { + emake DESTDIR="${D}" PREFIX="/usr" install || die "emake install failed" +} -- cgit v1.2.3-65-gdbad