##
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
#
# Copyright:: Copyright 2012-2014 Uni.Lu/LCSB, NTUA
# Authors::   Fotis Georgatos <fotis@cern.ch>
# License::   MIT/GPL
# $Id$
#
# This work implements a part of the HPCBIOS project and is a local_component of the policy:
# http://hpcbios.readthedocs.org/en/latest/HPCBIOS_2012-90.html
##

easyblock = 'ConfigureMake'

name = 'Yasm'
version = '1.3.0'

homepage = 'http://www.tortall.net/projects/yasm/'
description = """Yasm: Complete rewrite of the NASM assembler with BSD license"""

toolchain = SYSTEM

sources = [SOURCELOWER_TAR_GZ]
source_urls = ['http://www.tortall.net/projects/yasm/releases/']

sanity_check_paths = {
    'files': ['bin/yasm'],
    'dirs': [],
}

moduleclass = 'lang'