milis/talimatname/genel/x/xcfa/talimat

18 lines
442 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 dosyaları dönüştürücü
# URL: http://download.tuxfamily.org/xcfaudio
# Paketçi: milisarge
# Gerekler: gtk2 vte taglib curl dvd+rw-tools alsa-lib xorg-libxcursor xorg-libxdamage xorg-libxrandr xorg-libxinerama
name=xcfa
version=4.3.4
release=2
source=(http://download.tuxfamily.org/xcfaudio/xcfa_download/src/$name-$version.tar.gz)
derle() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}