mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
main/nasm: upgrade to 2.13.02
This commit is contained in:
parent
85c98dc3b2
commit
879d675001
@ -1,15 +1,16 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=nasm
|
||||
pkgver=2.13.01
|
||||
pkgver=2.13.02
|
||||
pkgrel=0
|
||||
pkgdesc="80x86 assembler designed for portability and modularity"
|
||||
url="http://nasm.sourceforge.net"
|
||||
arch="all"
|
||||
license="BSD-2"
|
||||
source="http://www.nasm.us/pub/nasm/releasebuilds/$pkgver/$pkgname-$pkgver.tar.bz2"
|
||||
checkdepends="perl"
|
||||
subpackages="$pkgname-doc"
|
||||
|
||||
source="http://www.nasm.us/pub/nasm/releasebuilds/$pkgver/$pkgname-$pkgver.tar.bz2"
|
||||
builddir="$srcdir"/$pkgname-$pkgver
|
||||
|
||||
build () {
|
||||
cd "$builddir"
|
||||
export CFLAGS=
|
||||
@ -21,9 +22,14 @@ build () {
|
||||
make
|
||||
}
|
||||
|
||||
check() {
|
||||
cd "$builddir"
|
||||
make test
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make INSTALLROOT="$pkgdir" install
|
||||
}
|
||||
|
||||
sha512sums="3caf1a3bb9c2f406adce1de37afa92fbf7d7f8d2d274baab08b0e9dc6712c09347fc57d04c3962b6820ad303040efe7e3de0b923c3010c8da00051633bf00c5b nasm-2.13.01.tar.bz2"
|
||||
sha512sums="96b8d66fa15a1a6a78fc4ce88029fb406d9904d1e1b65d42b07914c3128d4dc84b4c986a866204a6f25448b0a5eeaa1d0e1147459769765343ddb6ad73edcc0e nasm-2.13.02.tar.bz2"
|
||||
|
Loading…
Reference in New Issue
Block a user