milis/talimatname/genel/x/xcfa/talimat

19 lines
381 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: Ses dosyası dönüştür
# URL: http://www.xcfa.tuxfamily.org/
# Paketçi: Cihan_Alkan
# Gerekler: taglib alsa-lib vte3
# Grup: medya
isim=xcfa
surum=5.0.2
devir=1
kaynak=(http://download.tuxfamily.org/xcfaudio/xcfa_download/src/${isim}-${surum}.tar.gz)
derle() {
cd ${isim}-${surum}
./configure --prefix=/usr
make
make check
make DESTDIR="${PKG}" install
}