milis/talimatname/genel/strace/talimat

18 lines
395 B
Plaintext
Raw Normal View History

2017-04-18 12:22:39 +02:00
# Description: Sistem çağrı izleme programı (iz, makas, vb. gibi)
# URL: http://sourceforge.net/projects/strace/
# Packager: milisarge
2016-07-12 18:08:07 +02:00
# Depends on: libunwind
name=strace
version=4.12
release=1
source=(http://download.sourceforge.net/$name/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--with-libunwind
make
make DESTDIR=$PKG install
}