summaryrefslogtreecommitdiff
path: root/community/znc/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/znc/PKGBUILD')
-rw-r--r--community/znc/PKGBUILD20
1 files changed, 10 insertions, 10 deletions
diff --git a/community/znc/PKGBUILD b/community/znc/PKGBUILD
index 1caedaf50..9470c97b2 100644
--- a/community/znc/PKGBUILD
+++ b/community/znc/PKGBUILD
@@ -1,9 +1,10 @@
-# $Id: PKGBUILD 64239 2012-02-11 00:56:46Z tdziedzic $
-# Maintainer: Kaiting Chen <kaitocracy@gmail.com>
+# $Id: PKGBUILD 68939 2012-04-06 10:11:29Z seblu $
+# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org>
+# Contributor: Kaiting Chen <kaitocracy@gmail.com>
# Contributor: mickael9 <mickael9 at gmail dot com>
pkgname=znc
-pkgver=0.204
+pkgver=0.206
pkgrel=1
pkgdesc='An IRC bouncer with modules & scripts support'
url='http://en.znc.in/wiki/index.php/ZNC'
@@ -15,24 +16,23 @@ optdepends=('tcl: modtcl module'
'python: modpython module'
'perl: modperl module'
'cyrus-sasl: saslauth module')
-source=("http://znc.in/releases/znc-${pkgver}.tar.gz")
-md5sums=('7c7247423fc08b0c5c62759a50a9bca3')
+source=("http://znc.in/releases/$pkgname-$pkgver.tar.gz")
+md5sums=('b7d3f21da81abaeb553066b0e10beb53')
build() {
- cd "znc-$pkgver"
-
+ cd $pkgname-$pkgver
./configure --prefix=/usr \
--enable-sasl \
--enable-tcl \
--enable-python \
--enable-perl \
--enable-extra
-
make
}
package() {
- cd "znc-$pkgver"
-
+ cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
}
+
+# vim:set ts=2 sw=2 ft=sh et: