wok-next diff mtop/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 diff
     1.1 --- a/mtop/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/mtop/receipt	Wed May 13 07:41:00 2020 +0100
     1.3 @@ -11,12 +11,16 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     1.6  
     1.7 +COOKOPTS="force-arch" # different bin/*
     1.8 +
     1.9  BUILD_DEPENDS="perl-curses perl-dbd-mysql"
    1.10  
    1.11  compile_rules() {
    1.12  	perl Makefile.PL --prefix=/usr &&
    1.13  	make &&
    1.14 -	make DESTDIR=$install install
    1.15 +	make DESTDIR=$install install || return 1
    1.16 +
    1.17 +	chmod u+w $install/usr/bin/* # 555->755
    1.18  }
    1.19  
    1.20  genpkg_rules() {