wok view mondo/receipt @ rev 21234

Up libsmpeg (0.4.5), sxiv (25), tcpcrypt (0.5)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 11 14:47:34 2019 +0200 (2019-04-11)
parents 447b25a13f03
children eafc65d6036c
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 LICENSE="GPL2"
9 WEB_SITE="http://www.mondorescue.org/"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="ftp://ftp.mondorescue.org/src/$TARBALL"
13 DEPENDS="newt mindi coreutils-disk afio gawk"
14 BUILD_DEPENDS="newt-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure $CONFIGURE_ARGS && make && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/share
26 cp -a $install/usr/sbin $fs/usr
27 cp -a $install/usr/share/mondo $fs/usr/share
28 }