wok-next view nasm/receipt @ rev 20906

Update homepages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Aug 10 12:53:17 2018 +0300 (2018-08-10)
parents b1a1deb20f42
children f48456621a9d
line source
1 # SliTaz package receipt v2.
3 PACKAGE="nasm"
4 VERSION="2.13.03"
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/stable/general/nasm.html"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="http://www.nasm.us/pub/nasm/releasebuilds/$VERSION/$TARBALL"
15 compile_rules() {
16 ./configure $CONFIGURE_ARGS &&
17 make &&
18 make INSTALLROOT=$DESTDIR install
19 }
21 genpkg_rules() {
22 copy @std
23 TAGS="assembler"
24 }