wok-next view sagan-pgsql/receipt @ rev 20617

Fix build xchat, xchat-plugin, xget, xine-plugin; xorg-xf86-video-geode isn't compatible with 64-bit arch
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 21 13:54:55 2018 +0300 (2018-04-21)
parents 96615f3b1048
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="sagan-pgsql"
4 VERSION="0.2.0"
5 CATEGORY="security"
6 SHORT_DESC="Real time system and event log monitoring system with PostgreSQL \
7 support"
8 MAINTAINER="erjo@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="http://sagan.softwink.com/"
12 TARBALL="sagan-$VERSION.tar.gz"
13 WGET_URL="http://sagan.softwink.com/download/$TARBALL"
15 BUILD_DEPENDS="libesmtp-dev libpcap-dev libdnet-dev postgresql-dev \
16 liblognorm-dev pcre-dev"
18 compile_rules() {
19 ./configure \
20 --sysconfdir=/etc/sagan \
21 --with-postgresql-includes=/usr/include/postgresql \
22 --with-postgresql-libraries=/usr/lib/postgresql \
23 --disable-mysql \
24 --disable-prelude \
25 --disable-lognorm \
26 $CONFIGURE_ARGS &&
27 make &&
28 make install
29 }
31 genpkg_rules() {
32 copy @std
33 DEPENDS="libesmtp libpcap libdnet libpostgresqlclient liblognorm sagan-rules"
34 PROVIDE="sagan"
35 }