milis/talimatname/genel/radare2/talimat

23 lines
542 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.

# Description: açık kaynak assembler çözücü,hata ayıklayıcı ve ikili okuyucu çatı uygulaması
# URL: https://radare.org
# Packager: milisarge
# Depends on: capstone libzip
name=radare2
version=1.5.0
release=1
source=(https://github.com/radare/radare2/archive/$version.tar.gz)
build() {
cd ${name}-${version}
./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"
}