milis/talimatname/genel/c/capstone/talimat

17 lines
331 B
Plaintext
Raw 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: açık kaynak assembler çözücü platformu
# URL: http://www.capstone-engine.org/
# Paketçi: milisarge
# Gerekler:
# Grup: kütüphane
isim=capstone
surum=4.0-alpha5
devir=1
kaynak=(https://github.com/aquynh/capstone/archive/${surum}.tar.gz)
derle() {
cd ${isim}-${surum}
make
make DESTDIR="${PKG}" install
}