wok-next diff mindi/receipt @ rev 21449

updated slock (1.1 -> 1.4)
author Hans-G?nter Theisgen
date Thu May 07 07:51:56 2020 +0100 (2020-05-07)
parents 380ffe05937a
children
line diff
     1.1 --- a/mindi/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.2 +++ b/mindi/receipt	Thu May 07 07:51:56 2020 +0100
     1.3 @@ -3,36 +3,32 @@
     1.4  PACKAGE="mindi"
     1.5  VERSION="2.1.3"
     1.6  CATEGORY="system-tools"
     1.7 -SHORT_DESC="GPL disaster recovery solution."
     1.8 -MAINTAINER="erjo@slitaz.org"
     1.9 +SHORT_DESC="GPL disaster recovery solution"
    1.10 +MAINTAINER="devel@slitaz.org"
    1.11  LICENSE="GPL2"
    1.12  WEB_SITE="http://www.mondorescue.org/"
    1.13 +
    1.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15  WGET_URL="ftp://ftp.mondorescue.org/src/$TARBALL"
    1.16  
    1.17 -DEPENDS="syslinux syslinux-extra"
    1.18 -BUILD_DEPENDS=""
    1.19 -
    1.20 -# Rules to configure and make the package.
    1.21 -compile_rules()
    1.22 -{
    1.23 +compile_rules() {
    1.24  	PREFIX=$install/usr \
    1.25 -		CONFDIR=$install/etc \
    1.26 -		CACHEDIR=$install/var/cache/mindi ./install.sh 
    1.27 +	CONFDIR=$install/etc \
    1.28 +	CACHEDIR=$install/var/cache/mindi \
    1.29 +	./install.sh
    1.30  }
    1.31  
    1.32 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.33 -genpkg_rules()
    1.34 -{
    1.35 +genpkg_rules() {
    1.36  	mkdir -p $fs/usr
    1.37 -	
    1.38 +
    1.39  	cp -a $install/usr/sbin $fs/usr
    1.40  	cp -a $install/usr/lib $fs/usr
    1.41  	cp -a $install/etc $fs/
    1.42  	cp -a $install/var $fs/
    1.43 -	
    1.44 +
    1.45  	#Fix path
    1.46  	sed -i -e "s!$install/!/!" $fs/etc/mindi/perl-scripts
    1.47  	sed -i -e "s!$install/!/!" $fs/usr/sbin/mindi
    1.48  	sed -i -e "s!/usr/lib/isolinux.bin!/boot/isolinux/isolinux.bin!" $fs/usr/sbin/mindi
    1.49 +	DEPENDS="syslinux syslinux-extra"
    1.50  }