wok-next diff mtop/receipt @ rev 21669
updated fuse3 (3.2.4 -> 3.9.2)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Jun 27 21:00:55 2020 +0100 (2020-06-27) |
parents | d5aab818505e |
children |
line diff
1.1 --- a/mtop/receipt Fri Nov 02 14:15:08 2018 +0200 1.2 +++ b/mtop/receipt Sat Jun 27 21:00:55 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() {