# SliTaz package receipt. PACKAGE="ndoutils" VERSION="1.4b9" CATEGORY="network" SHORT_DESC="Provide mysql access to nagios." MAINTAINER="pascal.bellard@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.nagios.org/" WGET_URL="$SF_MIRROR/nagios/$TARBALL" DEPENDS="nagios mysql" BUILD_DEPENDS="mysql-dev" CONFIG_FILES="/etc/nagios" # Rules to configure and make the package. compile_rules() { cd $src while read patch_file; do if [ ! -f done.$patch_file ]; then patch -p1 < $stuff/$patch_file || exit 1 touch done.$patch_file fi done <