wok diff yasm/receipt @ rev 25168
updated python-click (7.1.1 -> 7.1.2)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jul 01 15:13:29 2022 +0100 (2022-07-01) |
parents | 922f061231c2 |
children |
line diff
1.1 --- a/yasm/receipt Mon Jan 17 11:01:52 2022 +0000 1.2 +++ b/yasm/receipt Fri Jul 01 15:13:29 2022 +0100 1.3 @@ -6,9 +6,9 @@ 1.4 MAINTAINER="jozee@slitaz.org" 1.5 LICENSE="BSD GPL2 LGPL2" 1.6 SHORT_DESC="A rewrite of NASM with multiple syntax (NASM, TASM, GAS, etc.)" 1.7 -WEB_SITE="http://www.tortall.net/projects/yasm/" 1.8 +WEB_SITE="https://github.com/yasm/yasm" 1.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.10 -WGET_URL="$WEB_SITE/releases/$TARBALL" 1.11 +WGET_URL="https://github.com/yasm/yasm/releases/download/v$VERSION/$TARBALL" 1.12 HOST_ARCH="i486 arm" 1.13 1.14 DEPENDS="" 1.15 @@ -23,7 +23,6 @@ 1.16 # Rules to configure and make the package. 1.17 compile_rules() 1.18 { 1.19 - cd $src 1.20 ./configure $CONFIGURE_ARGS && 1.21 make && 1.22 make install