wok view 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
line source
1 # SliTaz package receipt.
3 PACKAGE="mondo"
4 VERSION="3.0.2"
5 CATEGORY="system-tools"
6 SHORT_DESC="GPL disaster recovery solution."
7 MAINTAINER="erjo@slitaz.org"
8 WEB_SITE="http://www.mondorescue.org/"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WGET_URL="ftp://ftp.mondorescue.org/src/$TARBALL"
12 DEPENDS="newt mindi coreutils-disk afio gawk"
13 BUILD_DEPENDS="newt-dev"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 ./configure $CONFIGURE_ARGS && make && make install
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/share
25 cp -a $install/usr/sbin $fs/usr
26 cp -a $install/usr/share/mondo $fs/usr/share
27 }