From eb981fe96a5091a2c94a6889e73d3985071a4c84 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 17 Nov 2010 22:15:31 +0100 Subject: [PATCH] yasm: add metafile support Signed-off-by: Stephan Raue --- packages/toolchain/lang/yasm/meta | 14 ++++++++++++++ packages/toolchain/lang/yasm/url | 1 - 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 packages/toolchain/lang/yasm/meta delete mode 100644 packages/toolchain/lang/yasm/url diff --git a/packages/toolchain/lang/yasm/meta b/packages/toolchain/lang/yasm/meta new file mode 100644 index 0000000000..1da00fc090 --- /dev/null +++ b/packages/toolchain/lang/yasm/meta @@ -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" diff --git a/packages/toolchain/lang/yasm/url b/packages/toolchain/lang/yasm/url deleted file mode 100644 index 2f287d1001..0000000000 --- a/packages/toolchain/lang/yasm/url +++ /dev/null @@ -1 +0,0 @@ -http://www.tortall.net/projects/yasm/releases/yasm-1.1.0.tar.gz \ No newline at end of file