13 lines
600 B
Makefile
13 lines
600 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
|
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="nasm"
|
|
PKG_VERSION="2.15.05"
|
|
PKG_SHA256="3caf6729c1073bf96629b57cee31eeb54f4f8129b01902c73428836550b30a3f"
|
|
PKG_ARCH="x86_64"
|
|
PKG_LICENSE="BSD"
|
|
PKG_SITE="https://www.nasm.us/"
|
|
PKG_URL="http://www.nasm.us/pub/nasm/releasebuilds/${PKG_VERSION}/nasm-${PKG_VERSION}.tar.xz"
|
|
PKG_DEPENDS_HOST="ccache:host"
|
|
PKG_LONGDESC="The Netwide Assembler, NASM, is an 80x86 and x86-64 assembler designed for portability and modularity."
|