wok-next annotate sagan-mysql/receipt @ rev 20673

font-manager: dev package is empty, update deps.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 11 16:56:15 2018 +0300 (2018-05-11)
parents 96615f3b1048
children
rev   line source
al@20534 1 # SliTaz package receipt v2.
erjo@11418 2
erjo@11418 3 PACKAGE="sagan-mysql"
erjo@11418 4 VERSION="0.2.0"
erjo@11418 5 CATEGORY="security"
erjo@11418 6 SHORT_DESC="Real time system and event log monitoring system with MySQL support"
erjo@11418 7 MAINTAINER="erjo@slitaz.org"
pascal@15001 8 LICENSE="GPL2"
erjo@11418 9 WEB_SITE="http://sagan.softwink.com/"
al@20534 10
al@20534 11 TARBALL="sagan-$VERSION.tar.gz"
erjo@11418 12 WGET_URL="http://sagan.softwink.com/download/$TARBALL"
erjo@11418 13
pascal@20109 14 BUILD_DEPENDS="libesmtp-dev libpcap-dev libdnet-dev mysql-dev liblognorm-dev \
pascal@20109 15 pcre-dev"
erjo@11418 16
al@20534 17 compile_rules() {
al@20534 18 ./configure \
erjo@11418 19 --sysconfdir=/etc/sagan \
erjo@11418 20 --disable-postgresql \
erjo@11418 21 --disable-prelude \
erjo@11418 22 --disable-lognorm \
al@20534 23 $CONFIGURE_ARGS &&
al@20534 24 make &&
al@20534 25 make install
erjo@11418 26 }
erjo@11418 27
al@20534 28 genpkg_rules() {
al@20534 29 copy @std
al@20534 30 DEPENDS="libesmtp libpcap libdnet libmysqlclient liblognorm sagan-rules pcre"
al@20534 31 PROVIDE="sagan"
erjo@11418 32 }