wok-next view nasm/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 source
1 # SliTaz package receipt v2.
3 PACKAGE="nasm"
4 VERSION="2.14.02"
5 CATEGORY="development"
6 SHORT_DESC="The Netwide assembler"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://www.nasm.us/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/nasm.html"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="http://www.nasm.us/pub/nasm/releasebuilds/$VERSION/$TARBALL"
14 TARBALL_SHA1="7e9cb20d49ca279c72125b2701b3457c9d1609a5"
16 TAGS="assembler"
18 compile_rules() {
19 ./configure $CONFIGURE_ARGS &&
20 make &&
21 make INSTALLROOT=$install install
22 }