diff options
author | root <root@rshg054.dnsready.net> | 2013-10-08 02:34:09 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-08 02:34:09 -0700 |
commit | 3a0ad5dc35d5cff379cdfc736b9cae856416fe6a (patch) | |
tree | a6af20a38d47d7a7ae8e1b98f70005c54644bbdd /community/ulogd/PKGBUILD | |
parent | 9159b8ca1c97a398204d7a7d4d78c3394639bd02 (diff) |
Tue Oct 8 02:32:53 PDT 2013
Diffstat (limited to 'community/ulogd/PKGBUILD')
-rw-r--r-- | community/ulogd/PKGBUILD | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/community/ulogd/PKGBUILD b/community/ulogd/PKGBUILD index aa519f85c..03bd912a6 100644 --- a/community/ulogd/PKGBUILD +++ b/community/ulogd/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 90538 2013-05-13 00:36:03Z seblu $ +# $Id: PKGBUILD 98179 2013-10-07 10:07:11Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Sébastien Luttringer # Contributor: Dale Blount <dale@archlinux.org> @@ -6,17 +6,18 @@ pkgname=ulogd pkgver=2.0.2 -pkgrel=2 +pkgrel=3 pkgdesc='Userspace Packet Logging for netfilter' arch=('i686' 'x86_64') url='http://www.netfilter.org/projects/ulogd/index.html' license=('GPL2') -depends=('libmnl' 'libnfnetlink') +depends=('libmnl' + 'libnetfilter_acct' + 'libnetfilter_conntrack' + 'libnetfilter_log' + 'libnfnetlink') backup=('etc/ulogd.conf') makedepends=('libmariadbclient' - 'libnetfilter_acct' - 'libnetfilter_conntrack' - 'libnetfilter_log' 'libpcap' 'libdbi' 'postgresql-libs' @@ -24,15 +25,14 @@ makedepends=('libmariadbclient' optdepends=("${makedepends[@]}") options=('!libtool') source=("ftp://ftp.netfilter.org/pub/$pkgname/$pkgname-$pkgver.tar.bz2" - "$pkgname.logrotate" - "$pkgname.conf" - "$pkgname.service") + "$pkgname.logrotate" + "$pkgname.conf" + "$pkgname.service") md5sums=('660516de4b5b1e110c12dae414619e0f' - 'dd32eeee0949adff4188544419acd17e' - 'c21531312f95e790ed19aa267a17d35a' + '95f05af0a0c8f5fdea5bd92ccb2fd465' + '7ccdb48cd152ff502334d3f6b2a4daab' '092d72209e30c132e0a08112e4062772') - build() { cd $pkgname-$pkgver ./configure \ |