wok-next annotate nasm/receipt @ rev 20939

Fix brisk-menu, mate-backgrounds, mate-user-guide
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Aug 26 09:13:55 2018 +0300 (2018-08-26)
parents b1a1deb20f42
children f48456621a9d
rev   line source
al@20443 1 # SliTaz package receipt v2.
pascal@1719 2
pascal@1719 3 PACKAGE="nasm"
al@20659 4 VERSION="2.13.03"
pascal@1719 5 CATEGORY="development"
al@20443 6 SHORT_DESC="The netwide assembler"
pascal@1719 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15584 8 LICENSE="BSD"
al@20906 9 WEB_SITE="https://www.nasm.us/"
al@20659 10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/nasm.html"
pascal@1719 11
al@19607 12 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@20659 13 WGET_URL="http://www.nasm.us/pub/nasm/releasebuilds/$VERSION/$TARBALL"
al@19607 14
al@20443 15 compile_rules() {
slaxemulator@10091 16 ./configure $CONFIGURE_ARGS &&
pascal@1719 17 make &&
slaxemulator@9523 18 make INSTALLROOT=$DESTDIR install
pascal@1719 19 }
pascal@1719 20
al@20443 21 genpkg_rules() {
al@20659 22 copy @std
al@20443 23 TAGS="assembler"
pascal@1719 24 }