### this file is sourced not run
PKGVER=1.3.0
PKGBUILD=1
PKGARCH=x86_64

# source: BLFS 7.5 updated to 7.8
TARBALL=yasm-$PKGVER.tar.gz
MD5SUM=fc9e586751ff789b34b1f21d572d96af
SRC_URL=http://www.tortall.net/projects/yasm/releases/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="yasm: yasm $PKGVER (x86_64 assembler)  
yasm:  
yasm: Yasm is a complete rewrite of the NASM-2.11 assembler. It supports the 
yasm: x86 and AMD64 instruction sets, accepts NASM and GAS assembler syntaxes 
yasm: and outputs binary, ELF32 and ELF64 object formats.  
yasm: 
yasm: 
yasm: 
yasm: 
yasm: 
yasm:  
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/yasm*
	sed -i 's#) ytasm.*#)#' Makefile.in &&
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


