milis/talimatname/genel/t/tinyemu/talimat

22 lines
503 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: RISC-V sistem emülatörü
# URL: https://bellard.org/tinyemu/
# Paketçi: milisarge
# Gerekler: sdl
# Grup: sistem
isim=tinyemu
surum=2018_09_23
devir=1
kaynak=(https://bellard.org/tinyemu/tinyemu-${surum//_/-}.tar.gz
)
derle() {
cd "$isim-${surum//_/-}"
make -C $SRC/"$isim-${surum//_/-}"
install -d "$PKG/usr/local/bin"
make DESTDIR="$PKG" install
mv "$PKG/usr/local/bin" "$PKG/usr/"
rm -rf $PKG/usr/local
install -Dm644 MIT-LICENSE.txt "$PKG/usr/share/licenses/$isim/LICENSE"
}