# HG changeset patch # User Eric Joseph-Alexandre # Date 1350077176 -7200 # Node ID 447b25a13f0318858445b42339013cb58a90bc2f # Parent c7d1f2d1477f3818cbb6c841af23a56625b017be Add; mondo$ diff -r c7d1f2d1477f -r 447b25a13f03 mondo/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mondo/receipt Fri Oct 12 23:26:16 2012 +0200 @@ -0,0 +1,27 @@ +# SliTaz package receipt. + +PACKAGE="mondo" +VERSION="3.0.2" +CATEGORY="system-tools" +SHORT_DESC="GPL disaster recovery solution." +MAINTAINER="erjo@slitaz.org" +WEB_SITE="http://www.mondorescue.org/" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="ftp://ftp.mondorescue.org/src/$TARBALL" + +DEPENDS="newt mindi coreutils-disk afio gawk" +BUILD_DEPENDS="newt-dev" + +# Rules to configure and make the package. +compile_rules() +{ + ./configure $CONFIGURE_ARGS && make && make install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share + cp -a $install/usr/sbin $fs/usr + cp -a $install/usr/share/mondo $fs/usr/share +}