milis/talimatname/genel/f/filter_audio/talimat

17 lines
416 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: Webrtc kodundan yapılan hafif ses filtreleme kitaplığı.
# URL: https://github.com/irungentoo/filter_audio
# Paketçi: milisarge
# Gerekler:
isim=filter_audio
surum=master
devir=1
kaynak=(https://github.com/irungentoo/$isim/archive/$surum.tar.gz)
derle() {
mv $DERLEME_KAYNAKDIZIN/$surum.tar.gz $DERLEME_KAYNAKDIZIN/$isim-$surum.tar.gz
cd $isim-$surum
make
make DESTDIR=$PKG install
}