wok-next annotate 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
rev   line source
al@20599 1 # SliTaz package receipt v2.
erjo@13492 2
erjo@13492 3 PACKAGE="mondo"
Hans-G?nter@21372 4 VERSION="3.3.0"
erjo@13492 5 CATEGORY="system-tools"
al@20599 6 SHORT_DESC="GPL disaster recovery solution"
Hans-G?nter@21372 7 MAINTAINER="maintainer@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
erjo@13492 9 WEB_SITE="http://www.mondorescue.org/"
al@20599 10
erjo@13492 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
erjo@13492 12 WGET_URL="ftp://ftp.mondorescue.org/src/$TARBALL"
erjo@13492 13
erjo@13492 14 BUILD_DEPENDS="newt-dev"
erjo@13492 15
Hans-G?nter@21372 16 compile_rules()
Hans-G?nter@21372 17 {
al@20599 18 ./configure $CONFIGURE_ARGS &&
al@20599 19 fix libtool &&
al@20599 20 make &&
al@20599 21 make install
erjo@13492 22 }
erjo@13492 23
Hans-G?nter@21372 24 genpkg_rules()
Hans-G?nter@21372 25 {
al@20599 26 copy @std
Hans-G?nter@21372 27 DEPENDS="afio coreutils-disk gawk mindi newt"
erjo@13492 28 }