wok annotate sagan/receipt @ rev 16315

ARM: add/up vala (0.24.0) + shared-mime-info (hope it will fix some gtk crash)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 09 14:57:01 2014 +0200 (2014-04-09)
parents d01a9b90fdf0
children 453c249b6219
rev   line source
erjo@11418 1 # SliTaz package receipt.
erjo@11418 2
erjo@11418 3 PACKAGE="sagan"
erjo@11418 4 VERSION="0.2.0"
erjo@11418 5 CATEGORY="security"
erjo@11418 6 SHORT_DESC="Multi-threaded, real time system and event log monitoring system"
erjo@11418 7 MAINTAINER="erjo@slitaz.org"
pascal@15001 8 LICENSE="GPL2"
erjo@11418 9 WEB_SITE="http://sagan.softwink.com/"
erjo@11418 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
erjo@11418 11 WGET_URL="http://sagan.softwink.com/download/$TARBALL"
erjo@11418 12
gokhlayeh@11464 13 DEPENDS="libesmtp libpcap libdnet liblognorm sagan-rules pcre"
erjo@11418 14 BUILD_DEPENDS="libesmtp-dev libpcap-dev libdnet-dev liblognorm-dev"
erjo@11418 15
erjo@11418 16 # Rules to configure and make the package.
erjo@11418 17 compile_rules()
erjo@11418 18 {
slaxemulator@11425 19 cd $src
erjo@11418 20 ./configure $CONFIGURE_ARGS \
erjo@11418 21 --sysconfdir=/etc/sagan \
erjo@11418 22 --disable-mysql \
erjo@11418 23 --disable-postgresql \
erjo@11418 24 --disable-prelude \
erjo@11418 25 --disable-lognorm \
erjo@11418 26 && make && make install
erjo@11418 27 }
erjo@11418 28
erjo@11418 29 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@11418 30 genpkg_rules()
erjo@11418 31 {
erjo@11418 32 mkdir $fs/usr
erjo@11418 33
erjo@11418 34 cp -a $install/usr/bin $fs/usr
erjo@11418 35 cp -a $install/var $fs/
erjo@11418 36 cp -a $install/etc $fs/
erjo@11418 37
erjo@11418 38 }