mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
yasm: add metafile support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
99c9a732f4
commit
eb981fe96a
14
packages/toolchain/lang/yasm/meta
Normal file
14
packages/toolchain/lang/yasm/meta
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
PKG_NAME="yasm"
|
||||||
|
PKG_VERSION="1.1.0"
|
||||||
|
PKG_REV="1"
|
||||||
|
PKG_ARCH="any"
|
||||||
|
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=""
|
||||||
|
PKG_BUILD_DEPENDS="ccache"
|
||||||
|
PKG_PRIORITY="optional"
|
||||||
|
PKG_SECTION="toolchain/lang"
|
||||||
|
PKG_SHORTDESC="yasm: A complete rewrite of the NASM assembler"
|
||||||
|
PKG_LONGDESC="Yasm is a complete rewrite of the NASM assembler under the new BSD License (some portions are under other licenses, see COPYING for details). It is designed from the ground up to allow for multiple assembler syntaxes to be supported (eg, NASM, TASM, GAS, etc.) in addition to multiple output object formats and even multiple instruction sets. Another primary module of the overall design is an optimizer module."
|
||||||
|
PKG_IS_ADDON="no"
|
@ -1 +0,0 @@
|
|||||||
http://www.tortall.net/projects/yasm/releases/yasm-1.1.0.tar.gz
|
|
Loading…
x
Reference in New Issue
Block a user