mirror of
https://codeberg.org/kiss-community/repo
synced 2025-03-24 23:04:51 -06:00
yasm: move to extra
This commit is contained in:
parent
1bd49c120a
commit
879f48fda0
7
extra/yasm/build
Executable file
7
extra/yasm/build
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure \
|
||||
--prefix=/usr
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
1
extra/yasm/checksums
Normal file
1
extra/yasm/checksums
Normal file
@ -0,0 +1 @@
|
||||
3dce6601b495f5b3d45b59f7d2492a340ee7e84b5beca17e48f862502bd5603f yasm-1.3.0.tar.gz
|
1
extra/yasm/sources
Normal file
1
extra/yasm/sources
Normal file
@ -0,0 +1 @@
|
||||
https://www.tortall.net/projects/yasm/releases/yasm-1.3.0.tar.gz
|
1
extra/yasm/version
Normal file
1
extra/yasm/version
Normal file
@ -0,0 +1 @@
|
||||
1.3.0 1
|
Loading…
Reference in New Issue
Block a user