milis/talimatname/genel/libunwind/talimat

20 lines
431 B
Plaintext
Raw Normal View History

2016-02-24 01:27:23 +01:00
# Description: Define a portable and efficient C API to determine the call-chain of a program.
# URL: http://www.nongnu.org/libunwind/
2016-07-12 18:08:07 +02:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# 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
}