wok diff nasm/receipt @ rev 23043
gcc83-lib-base: add /usr/libgcc83/libstdc++.la (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 05 12:21:44 2020 +0100 (2020-03-05) |
parents | a78610b2eb47 |
children | e2073ef01171 |
line diff
1.1 --- a/nasm/receipt Mon Jan 21 12:26:11 2019 +0100 1.2 +++ b/nasm/receipt Thu Mar 05 12:21:44 2020 +0100 1.3 @@ -1,21 +1,22 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="nasm" 1.7 -VERSION="2.11.02" 1.8 +VERSION="2.14.02" 1.9 CATEGORY="development" 1.10 +TAGS="assembler" 1.11 SHORT_DESC="The netwide assembler." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="BSD" 1.14 +WEB_SITE="https://www.nasm.us/" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.17 -WEB_SITE="https://www.nasm.us/" 1.18 WGET_URL="${WEB_SITE}pub/$PACKAGE/releasebuilds/$VERSION/$TARBALL" 1.19 -TAGS="assembler" 1.20 + 1.21 HOST_ARCH="i486 arm" 1.22 1.23 # Rules to configure and make the package. 1.24 compile_rules() 1.25 { 1.26 - cd $src 1.27 ./configure $CONFIGURE_ARGS && 1.28 make && 1.29 make INSTALLROOT=$DESTDIR install 1.30 @@ -27,4 +28,3 @@ 1.31 mkdir -p $fs/usr 1.32 cp -a $install/usr/bin $fs/usr 1.33 } 1.34 -