void-packages/srcpkgs/irssi/template
2012-05-27 12:03:51 +02:00

22 lines
952 B
Plaintext

# Template build file for 'irssi'
pkgname=irssi
version=0.8.15
revision=5
configure_args="--with-proxy --with-perl=module"
build_style=gnu-configure
makedepends="perl>=5.16 pkg-config glib-devel openssl-devel ncurses-devel"
conf_files="/etc/irssi.conf"
subpackages="irssi-devel irssi-perl"
homepage="http://www.irssi.org"
short_desc="Secure and modular IRC client with text mode user interface"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
distfiles="http://www.irssi.org/files/$pkgname-$version.tar.bz2"
checksum=c12d16fb605103d7c256ddce44012dc396af57f3771e086d0387c195a052a0a6
long_desc="
Irssi is a modular IRC client that currently has only text mode user
interface, but 80-90% of the code isn't text mode specific, so other UIs
could be created pretty easily. Also, Irssi isn't really even IRC specific
anymore, there's already a working SILC module available. Support for other
protocols like ICQ could be created some day too."