UmVirt LFS Package info

DB commit: 34a83c7a68a930f721bd7a7f9cb2c2ac41e76ba8
APP commit: 0bd167a48557b5a14ac68d0229893245aacc7f12
[ BASH | XML | JSON ]

yasm

Yasm is a complete rewrite of the NASM-2.16.01 assembler. It supports the x86 and AMD64 instruction sets, accepts NASM and GAS assembler syntaxes and outputs binary, ELF32 and ELF64 object formats.

Package info

Template:
Codename: yasm
Source file: yasm-1.3.0.tar.gz
Source file size: 1492156
Source file MD5-checkum: fc9e586751ff789b34b1f21d572d96af
Source directory: yasm-1.3.0
Package URL: https://umvirt.com/linux/downloads/0.3/packages/y/yasm-1.3.0.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.3/packages/y/yasm-1.3.0.tar.gz.md5sum
Dependances: *** NO DEPENDANCES FOUND ***
Dependance of: gst-libav, libaom, libvpx, xvidcore, !mozjs, ffmpeg, MPlayer.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
sed -e 's/def __cplusplus/ defined(__cplusplus) || __STDC_VERSION__ >= 202311L/' \
    -i libyasm/bitvect.h

sed -i 's#) ytasm.*#)#' Makefile.in &&

./configure --prefix=/usr

Build script:
make

if [[ "$ULFS_PKG_TEST" == "YES" ]]
then
	    make -j1 check
fi

Install script:
make install