wok annotate mondo/receipt @ rev 13492

Add; mondo$
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Fri Oct 12 23:26:16 2012 +0200 (2012-10-12)
parents
children 380ffe05937a
rev   line source
erjo@13492 1 # SliTaz package receipt.
erjo@13492 2
erjo@13492 3 PACKAGE="mondo"
erjo@13492 4 VERSION="3.0.2"
erjo@13492 5 CATEGORY="system-tools"
erjo@13492 6 SHORT_DESC="GPL disaster recovery solution."
erjo@13492 7 MAINTAINER="erjo@slitaz.org"
erjo@13492 8 WEB_SITE="http://www.mondorescue.org/"
erjo@13492 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
erjo@13492 10 WGET_URL="ftp://ftp.mondorescue.org/src/$TARBALL"
erjo@13492 11
erjo@13492 12 DEPENDS="newt mindi coreutils-disk afio gawk"
erjo@13492 13 BUILD_DEPENDS="newt-dev"
erjo@13492 14
erjo@13492 15 # Rules to configure and make the package.
erjo@13492 16 compile_rules()
erjo@13492 17 {
erjo@13492 18 ./configure $CONFIGURE_ARGS && make && make install
erjo@13492 19 }
erjo@13492 20
erjo@13492 21 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@13492 22 genpkg_rules()
erjo@13492 23 {
erjo@13492 24 mkdir -p $fs/usr/share
erjo@13492 25 cp -a $install/usr/sbin $fs/usr
erjo@13492 26 cp -a $install/usr/share/mondo $fs/usr/share
erjo@13492 27 }