bash: set cache-file to /dev/null, breaks cross-compiling otherwise
[openadk.git] / package / nasm / Makefile
blob5a92cdaec8227803083c5c9bb5b2039729cfd455
1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include $(TOPDIR)/rules.mk
6 PKG_NAME:= nasm
7 PKG_VERSION:= 2.07
8 PKG_RELEASE:= 1
9 PKG_MD5SUM:= 84d8e009b3d2565a810ab3ddad1f4f63
10 PKG_DESCR:= the netwide assembler
11 PKG_SECTION:= devel
12 PKG_URL:= http://sourceforge.net/projects/nasm/
13 PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=nasm/nasm%20sources/2.07/}
15 include $(TOPDIR)/mk/package.mk
17 $(eval $(call PKG_template,NASM,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
19 FAKE_FLAGS+= INSTALLROOT=${WRKINST}
21 post-install:
22 $(INSTALL_DIR) $(IDIR_NASM)/usr/bin
23 $(INSTALL_BIN) $(WRKINST)/usr/bin/nasm \
24 $(IDIR_NASM)/usr/bin
26 include ${TOPDIR}/mk/pkg-bottom.mk