firefox: add missing libIDL dependency.
[pkgfs.git] / templates / irssi.tmpl
blob1a5f998736e6e6781053c38498f7367066ce73ee
1 # Template build file for 'irssi'
2 pkgname=irssi
3 version=0.8.12
4 extract_sufx=".tar.bz2"
5 url=http://www.irssi.org/files
6 # We need this to get some perl paths.
7 . $PKGFS_TMPLHELPDIR/perl-module.sh
9 configure_args="--with-terminfo --with-proxy --without-curses
10  --with-perl-lib=$PERL_SITELIBEXP"
11 build_style=gnu_configure
12 short_desc="Secure and modular IRC client with text mode user interface"
13 maintainer="Juan RP <xtraeme@gmail.com>"
14 checksum=0588e6c2df0425c4f36bd84c1621d9ad170b6a81
15 long_desc="
16  Irssi is a modular IRC client that currently has only text mode user
17  interface, but 80-90% of the code isn't text mode specific, so other UIs
18  could be created pretty easily. Also, Irssi isn't really even IRC specific
19  anymore, there's already a working SILC module available. Support for other
20  protocols like ICQ could be created some day too."