summaryrefslogtreecommitdiff
path: root/community/znc/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-04-07 23:19:36 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-04-07 23:19:36 -0300
commita73dd5c830228a85fc975c4c4434b796e9e7858b (patch)
treea4b5b938456b2a4cc3045a8b8d4fd3117b9277db /community/znc/PKGBUILD
parent3b4c5929151db9bc1ea2e2e4f4ad22fed88a1a34 (diff)
parent37e364f033ed6db243d6db524075d8c5394c90f9 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/gnustep-make/PKGBUILD extra/foomatic/PKGBUILD extra/gnutls/PKGBUILD libre/gstreamer0.10-bad-libre/PKGBUILD multilib/lib32-gnutls/PKGBUILD staging/libreoffice/PKGBUILD testing/udev/PKGBUILD
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: