milis/talimatname/genel/libunwind/talimat

20 lines
454 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: 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/
# Packager: milisarge
# Depends on:
name=libunwind
version=1.1
release=1
source=(http://download.savannah.gnu.org/releases/$name/$name-$version.tar.gz)
build() {
cd $name-$version/
./configure --prefix=/usr --mandir=/usr/man/
make
make -j1 DESTDIR=$PKG PREFIX=/usr install
}