Lakka-LibreELEC/packages/lang/yasm/package.mk
Tomáš Kelemen (vudiq) 58c036ecf7 add SDL packages for libretro cores
needed by chailove, dosbox_svn, nxengine
2021-04-09 08:18:22 +02:00

22 lines
861 B
Makefile

PKG_NAME="yasm"
PKG_VERSION="1.3.0"
PKG_LICENSE="BSD"
PKG_SITE="http://www.tortall.net/projects/yasm/"
PKG_URL="http://www.tortall.net/projects/yasm/releases/${PKG_NAME}-${PKG_VERSION}.tar.gz"
PKG_DEPENDS_HOST="toolchain"
PKG_SHORTDESC="yasm: A complete rewrite of the NASM assembler"
PKG_TOOLCHAIN="configure"
PKG_CONFIGURE_OPTS_HOST="--disable-debug \
--disable-warnerror \
--disable-profiling \
--disable-gcov \
--disable-python \
--disable-python-bindings \
--enable-nls \
--disable-rpath \
--without-dmalloc \
--with-gnu-ld \
--without-libiconv-prefix \
--without-libintl-prefix"