Commit e01043c9 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
all:
tar xf yasm-1.3.0.tar.gz
cd yasm-1.3.0 && sed -i 's#) ytasm.*#)#' Makefile.in
cd yasm-1.3.0 && ./configure --prefix=/usr
$(MAKE) -C yasm-1.3.0
$(MAKE) -C yasm-1.3.0 check
$(MAKE) -C yasm-1.3.0 install
rm -rf yasm-1.3.0
lib
/usr/lib/lib.*
headers
/usr/include/.*
man
/usr/share/man/.*
bin
/usr/bin/.*
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment