2010-08-07 05:17:29 +08:00
|
|
|
pkgname=irssi
|
2017-07-13 07:32:34 +08:00
|
|
|
pkgver=1.0.4
|
2014-06-04 19:09:30 +08:00
|
|
|
pkgrel=1
|
2010-08-07 05:17:29 +08:00
|
|
|
pkgdesc="Modular text mode IRC client with Perl scripting"
|
2014-12-16 19:52:41 +08:00
|
|
|
arch=('x86_64')
|
2010-08-07 05:17:29 +08:00
|
|
|
url="http://irssi.org/"
|
|
|
|
license=('GPL')
|
|
|
|
depends=('glib2' 'openssl' 'perl')
|
2016-03-26 02:54:27 +08:00
|
|
|
makedepends=('elinks' 'git')
|
2012-03-16 22:51:37 +08:00
|
|
|
categories=('communication')
|
2010-08-07 05:17:29 +08:00
|
|
|
optdepends=('perl-libwww: for the scriptassist script')
|
|
|
|
backup=(etc/irssi.conf)
|
2012-06-05 05:20:14 +08:00
|
|
|
screenshot=('http://irssi.org/themefiles/dma147.png')
|
2016-03-26 02:54:27 +08:00
|
|
|
source=(git+https://github.com/irssi/irssi.git#tag=${pkgver})
|
|
|
|
options=('!libtool')
|
|
|
|
sha1sums=('SKIP')
|
2010-08-07 05:17:29 +08:00
|
|
|
|
|
|
|
build() {
|
2016-03-26 02:54:27 +08:00
|
|
|
cd "$srcdir/$pkgname"
|
2010-08-07 05:17:29 +08:00
|
|
|
|
2016-03-26 02:54:27 +08:00
|
|
|
./autogen.sh --prefix=/usr \
|
2010-08-07 05:17:29 +08:00
|
|
|
--enable-ipv6 \
|
|
|
|
--with-proxy \
|
2014-06-04 19:09:30 +08:00
|
|
|
--with-bot \
|
2010-08-07 05:17:29 +08:00
|
|
|
--sysconfdir=/etc \
|
|
|
|
--with-perl-lib=vendor
|
2012-06-05 05:20:14 +08:00
|
|
|
make
|
|
|
|
}
|
|
|
|
|
|
|
|
package() {
|
2016-03-26 02:54:27 +08:00
|
|
|
cd "$srcdir/$pkgname"
|
2014-12-16 19:52:41 +08:00
|
|
|
make DESTDIR="$pkgdir" install
|
2010-08-07 05:17:29 +08:00
|
|
|
}
|