milis/talimatname/genel/v/valgrind/talimat
2017-10-28 15:10:23 +03:00

18 lines
440 B
Text
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: Dinamik analiz araçları oluşturmak için bir alet çerçevesi.
# URL: http://valgrind.org
# Paketçi: milisarge
# Gerekler: boost llvm gdb libxslt
isim=valgrind
surum=3.13.0
devir=1
kaynak=(ftp://sourceware.org/pub/valgrind/$isim-$surum.tar.bz2)
derle() {
cd $isim-$surum
sed -i 's|/doc/valgrind||' docs/Makefile.in
./configure --prefix=/usr \
--datadir=/usr/share/doc/$isim-$surum
make
make DESTDIR=$PKG install
}