wok-next view nasm/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents 0e7893ac206d
children a3c581bf52b8
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="http://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 }