wok-next annotate nasm/receipt @ rev 19647
Forgotten changes: libdrm-*, dbus, fontconfig, harfbuzz, libdrm, pixman, xorg-glproto.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Feb 23 00:58:26 2017 +0200 (2017-02-23) |
parents | 4bc239bf6b69 |
children | f463de72afe3 |
rev | line source |
---|---|
pascal@1719 | 1 # SliTaz package receipt. |
pascal@1719 | 2 |
pascal@1719 | 3 PACKAGE="nasm" |
al@19607 | 4 VERSION="2.12.02" |
pascal@1719 | 5 CATEGORY="development" |
pascal@1719 | 6 SHORT_DESC="The netwide assembler." |
pascal@1719 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15584 | 8 LICENSE="BSD" |
pascal@1719 | 9 WEB_SITE="http://www.nasm.us/" |
jozee@4969 | 10 TAGS="assembler" |
pankso@16059 | 11 HOST_ARCH="i486 arm" |
pascal@1719 | 12 |
al@19607 | 13 TARBALL="$PACKAGE-$VERSION.tar.xz" |
al@19607 | 14 WGET_URL="${WEB_SITE}pub/nasm/releasebuilds/$VERSION/$TARBALL" |
al@19607 | 15 |
pascal@1719 | 16 # Rules to configure and make the package. |
pascal@1719 | 17 compile_rules() |
pascal@1719 | 18 { |
slaxemulator@10091 | 19 ./configure $CONFIGURE_ARGS && |
pascal@1719 | 20 make && |
slaxemulator@9523 | 21 make INSTALLROOT=$DESTDIR install |
pascal@1719 | 22 } |
pascal@1719 | 23 |
pascal@1719 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1719 | 25 genpkg_rules() |
pascal@1719 | 26 { |
al@19607 | 27 cook_copy_folders bin |
pascal@1719 | 28 } |