Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Commit

Permalink
Add nasm 2.10.09.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpn committed Nov 14, 2013
1 parent 0868d32 commit 7dbabd6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nasm/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

./configure --prefix=$PREFIX
make
make install
15 changes: 15 additions & 0 deletions nasm/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
package:
name: nasm
version: 2.10.09

source:
fn: nasm-2.10.09.tar.gz
url: http://www.nasm.us/pub/nasm/releasebuilds/2.10.09/nasm-2.10.09.tar.bz2

test:
commands:
- nasm -h

about:
home: http://www.nasm.us/
license: BSD

0 comments on commit 7dbabd6

Please sign in to comment.