wok-next diff mondo/receipt @ rev 20997

Update netsurf, use combined sources, separated packages no more required
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Oct 04 19:53:01 2018 +0300 (2018-10-04)
parents 380ffe05937a
children d5aab818505e
line diff
     1.1 --- a/mondo/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.2 +++ b/mondo/receipt	Thu Oct 04 19:53:01 2018 +0300
     1.3 @@ -1,28 +1,26 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="mondo"
     1.8  VERSION="3.0.2"
     1.9  CATEGORY="system-tools"
    1.10 -SHORT_DESC="GPL disaster recovery solution."
    1.11 +SHORT_DESC="GPL disaster recovery solution"
    1.12  MAINTAINER="erjo@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14  WEB_SITE="http://www.mondorescue.org/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17  WGET_URL="ftp://ftp.mondorescue.org/src/$TARBALL"
    1.18  
    1.19 -DEPENDS="newt mindi coreutils-disk afio gawk"
    1.20  BUILD_DEPENDS="newt-dev"
    1.21  
    1.22 -# Rules to configure and make the package.
    1.23 -compile_rules()
    1.24 -{
    1.25 -	./configure $CONFIGURE_ARGS && make && make install
    1.26 +compile_rules() {
    1.27 +	./configure $CONFIGURE_ARGS &&
    1.28 +	fix libtool &&
    1.29 +	make &&
    1.30 +	make install
    1.31  }
    1.32  
    1.33 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.34 -genpkg_rules()
    1.35 -{
    1.36 -	mkdir -p $fs/usr/share
    1.37 -	cp -a $install/usr/sbin $fs/usr
    1.38 -	cp -a $install/usr/share/mondo $fs/usr/share
    1.39 +genpkg_rules() {
    1.40 +	copy @std
    1.41 +	DEPENDS="newt mindi coreutils-disk afio gawk"
    1.42  }