wok view mondo/receipt @ rev 21677

updated pgbadger (8.0 -> 10.3)
author Hans-G?nter Theisgen
date Sun Jun 02 10:21:17 2019 +0100 (2019-06-02)
parents 380ffe05937a
children 241fb98cab1c
line source
1 # SliTaz package receipt.
3 PACKAGE="mondo"
4 VERSION="3.2.2"
5 CATEGORY="system-tools"
6 SHORT_DESC="GPL disaster recovery solution."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.mondorescue.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="ftp://ftp.mondorescue.org/src/$TARBALL"
14 DEPENDS="afio coreutils-disk gawk mindi newt"
15 BUILD_DEPENDS="newt-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure $CONFIGURE_ARGS &&
21 make &&
22 make install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr/share
30 cp -a $install/usr/sbin $fs/usr
31 cp -a $install/usr/share/mondo $fs/usr/share
32 }