1 # Maintainer: Kin <kurisui at gmail dot com>
5 pkgdesc="ZNC Module to filter amsgs (messages being send to all joined channels) so that they won't appear in specified channels."
7 url=http://en.znc.in/wiki/Amsgfilter
9 depends=(gcc-libs perl openssl c-ares tcl znc)
10 makedepends=(perl openssl gcc pkgconfig tcl znc)
11 source=(amsgfilter.cpp)
12 md5sums=('fc7e875c5f5d5a53208c69c4b4eec583')
16 znc-buildmod amsgfilter.cpp|| return 1
17 mkdir -p $pkgdir/usr/lib/znc || return 1
18 mv *.so $pkgdir/usr/lib/znc || return 1