milis/talimatname/genel/elfutils/talimat

18 lines
397 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: Elf dosyalarını işlemek için araçlar ve kütüphaneler seti.
# URL: http://xiph.org/ao/
# Packager: tnut at nutyx dot org
# Depends on:
name=elfutils
version=0.164
release=1
source=( https://fedorahosted.org/releases/e/l/$name/$version/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr \
--program-prefix="eu-"
make
make prefix=$PKG/usr install
}