milis/talimatname/genel/g/gdb/talimat

32 lines
867 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: GNU Projesi hata ayıklayıcı olan GDB, başka bir programın yürütülürken "içinde" olan biteni görmenizi sağlar.
# URL: http://www.sourceware.org/gdb/
# Paketçi: milisarge
# Gerekler:
isim=gdb
surum=7.10.1
devir=1
kaynak=(http://ftp.gnu.org/gnu/gdb/$isim-$surum.tar.xz)
derle() {
cd $isim-$surum
./configure --prefix=/usr --with-system-readline
make
make DESTDIR=$PKG install
rm $PKG/usr/include/plugin-api.h
rm $PKG/usr/share/info/bfd.info
rm $PKG/usr/include/ansidecl.h
rm $PKG/usr/include/bfd.h
rm $PKG/usr/include/bfdlink.h
rm $PKG/usr/include/dis-asm.h
rm $PKG/usr/include/symcat.h
rm $PKG/usr/lib/libbfd.a
rm $PKG/usr/lib/libbfd.la
rm $PKG/usr/lib/libopcodes.a
rm $PKG/usr/lib/libopcodes.la
# Most of the locale are allready present from binnutils, beter get rid of all of them
rm -r $PKG/usr/share/locale
rm -f $PKG/usr/share/info/dir
}