wok-next annotate mondo/receipt @ rev 20872

perl-texi2html -> texi2html (because it don't contain Perl modules, and not exists on the (meta)cpan, and old, and...); gcompris: up (11.12 -> 17.05)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jul 04 02:05:23 2018 +0300 (2018-07-04)
parents 380ffe05937a
children d5aab818505e
rev   line source
al@20599 1 # SliTaz package receipt v2.
erjo@13492 2
erjo@13492 3 PACKAGE="mondo"
erjo@13492 4 VERSION="3.0.2"
erjo@13492 5 CATEGORY="system-tools"
al@20599 6 SHORT_DESC="GPL disaster recovery solution"
erjo@13492 7 MAINTAINER="erjo@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
al@20599 16 compile_rules() {
al@20599 17 ./configure $CONFIGURE_ARGS &&
al@20599 18 fix libtool &&
al@20599 19 make &&
al@20599 20 make install
erjo@13492 21 }
erjo@13492 22
al@20599 23 genpkg_rules() {
al@20599 24 copy @std
al@20599 25 DEPENDS="newt mindi coreutils-disk afio gawk"
erjo@13492 26 }