yasm: move to extra

This commit is contained in:
Muhammad Herdiansyah 2019-07-18 15:08:14 +07:00
parent 1bd49c120a
commit 879f48fda0
4 changed files with 10 additions and 0 deletions

7
extra/yasm/build Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh -e
./configure \
--prefix=/usr
make
make DESTDIR="$1" install

1
extra/yasm/checksums Normal file
View File

@ -0,0 +1 @@
3dce6601b495f5b3d45b59f7d2492a340ee7e84b5beca17e48f862502bd5603f yasm-1.3.0.tar.gz

1
extra/yasm/sources Normal file
View File

@ -0,0 +1 @@
https://www.tortall.net/projects/yasm/releases/yasm-1.3.0.tar.gz

1
extra/yasm/version Normal file
View File

@ -0,0 +1 @@
1.3.0 1