milis/talimatname/genel/e/elfutils/talimat

19 lines
388 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: Elf dosyalarını işlemek için araçlar ve kütüphaneler seti.
# URL: http://xiph.org/ao/
# Paketçi: milisarge
# Gerekler:
# Grup: kütüphane
isim=elfutils
surum=0.164
devir=1
kaynak=( https://fedorahosted.org/releases/e/l/$isim/$surum/$isim-$surum.tar.bz2)
derle() {
cd $isim-$surum
./configure --prefix=/usr \
--program-prefix="eu-"
make
make prefix=$PKG/usr install
}