wok-next view mondo/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="mondo"
4 VERSION="3.3.0"
5 CATEGORY="system-tools"
6 SHORT_DESC="GPL disaster recovery solution"
7 MAINTAINER="maintainer@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 BUILD_DEPENDS="newt-dev"
16 compile_rules()
17 {
18 ./configure $CONFIGURE_ARGS &&
19 fix libtool &&
20 make &&
21 make install
22 }
24 genpkg_rules()
25 {
26 copy @std
27 DEPENDS="afio coreutils-disk gawk mindi newt"
28 }