# $Id$ PNAME="irssi" PVER="0.8.13" PBUILD="r1" PCATEGORIE="net-irc" STATE="unstable" DESCRIPTION="Irssi is a modular IRC client for UNIX that currently has only text mode user interface." HOMEPAGE="http://www.irssi.org/" DEPEND=">= dev-libs/glib2-2.20 >= sys-libs/ncurses-5.7 >= dev-libs/openssl-0.9.8 >= dev-lang/perl-5.10" SDEPEND=">= sys-dev/gettext-0.17" SRCFILE="${PNAME}-${PVER}.tar.bz2" SRCDIR="${BUILDDIR}/${PNAME}-${PVER/a/}" sminclude mbuild SRC_URI=( http://irssi.org/files/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) UP2DATE="updatecmd ${HOMEPAGE}download | firsttarball" src_compile() { cd ${SRCDIR} mconfigure \ --with-glib2 \ --without-servertest \ --with-proxy \ --with-ncurses \ --enable-nls \ --enable-ipv6 \ --with-openssl-include=/usr \ --with-openssl-libs=/usr || die mmake || die } src_install() { cd ${SRCDIR} mmake DESTDIR=${BINDIR} \ docdir=/usr/share/doc/${PNAME}-${PVER} \ gnulocaledir=${BINDIR}/usr/share/locale \ install || die minstalldocs AUTHORS ChangeLog COPYING NEWS README TODO || die }