milis/talimatname/genel/h/hdajackretask/talimat

18 lines
357 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: jack girişlerini yeniden ayarlama yapar.
# URL: http://alsa-project.org/
# Paketçi: milisarge
# Gerekler: gtk3
# Grup: medya sistem
isim=hdajackretask
surum=1.1.3
devir=1
kaynak=(ftp://ftp.alsa-project.org/pub/tools/alsa-tools-$surum.tar.bz2)
derle() {
cd alsa-tools-$surum/$isim
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}