yasm stable port information

Package: yasm
Version: 1.2.0
Revision: 1
Source: http://www.tortall.net/projects/%n/releases/%n-%v.tar.gz
Source-MD5: 4cfc0686cf5350dd1305c4d905eb55a6
Maintainer: Michael Roitzsch
Homepage: http://www.tortall.net/projects/yasm/
License: BSD
Description: Modular Assembler Project
DescDetail: <<
YASM is a complete rewrite of the NASM assembler under the "new" BSD License
(some portions are currently under the GNU Lesser General Public License
(LGPL)). Yasm currently supports the x86 and AMD64 instruction sets, accepts
NASM and GAS assembler syntaxes, outputs binary, ELF32, ELF64, COFF, Win32,
and Win64 object formats, and generates source debugging information in
STABS, DWARF 2, and CodeView 8 formats.
<<
DocFiles: ABOUT-NLS AUTHORS Artistic.txt BSD.txt COPYING ChangeLog GNU_GPL-2.0 GNU_LGPL-2.0 NEWS README
BuildDepends: libgettext8-dev, libiconv-dev, gettext-tools, xmlto
Depends: libgettext8-shlibs, libiconv
ConfigureParams: --mandir=%i/share/man --with-extra-includes=%p/include --with-extra-libs=%p/lib --disable-dependency-tracking
CompileScript: <<
#! /bin/sh -ev
./configure %c
make
<<
InfoTest: <<
TestScript: make check || exit 2
<<
SplitOff: <<
Package: %n-dev
BuildDependsOnly: True
Files: include lib/libyasm.a
Description: Development libraries for %n
DocFiles: ABOUT-NLS AUTHORS Artistic.txt BSD.txt COPYING ChangeLog GNU_GPL-2.0 GNU_LGPL-2.0 NEWS README
<<