PKG_NAME = yasm
PKG_VERS = 1.3.0
PKG_EXT = tar.gz
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://github.com/yasm/yasm/releases/download/v$(PKG_VERS)
PKG_DIR = $(PKG_NAME)-$(PKG_VERS)

DEPENDS =

HOMEPAGE = https://yasm.tortall.net
COMMENT  = Yasm is a complete rewrite of the NASM assembler under the new BSD License.
LICENSE  = BSD

GNU_CONFIGURE = 1

include ../../mk/spksrc.native-cc.mk
