milis/talimatname/genel/r/radare2/talimat

24 lines
547 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ü,hata ayıklayıcı ve ikili okuyucu çatı uygulaması
# URL: https://radare.org
# Paketçi: milisarge
# Gerekler: capstone libzip
# Grup: geliştirme
isim=radare2
surum=1.5.0
devir=1
kaynak=(https://github.com/radare/radare2/archive/$surum.tar.gz)
derle() {
cd ${isim}-${surum}
./configure --prefix=/usr \
--with-syscapstone \
--with-syszip \
--with-openssl
make
make DESTDIR="${PKG}" install
rm "${PKG}"/usr/bin/r2-{indent,docker} "${PKG}/usr/share/man/man1/r2-docker.1"
}