milis/talimatname/genel/l/libunwind/talimat

21 lines
455 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: Bir programın çağrı zincirini belirlemek için taşınabilir ve verimli bir C API'yi tanımlayın.
# URL: http://www.nongnu.org/libunwind/
# Paketçi: milisarge
# Gerekler:
# Grup: sistem geliştirme
isim=libunwind
surum=1.1
devir=1
kaynak=(http://download.savannah.gnu.org/releases/$isim/$isim-$surum.tar.gz)
derle() {
cd $isim-$surum/
./configure --prefix=/usr --mandir=/usr/man/
make
make -j1 DESTDIR=$PKG PREFIX=/usr install
}