milis/talimatname/genel/filter_audio/talimat

17 lines
435 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.

# Description: Webrtc kodundan yapılan hafif ses filtreleme kitaplığı.
# URL: https://github.com/irungentoo/filter_audio
# packager: milisarge
# Depends on:
name=filter_audio
version=master
release=1
source=(https://github.com/irungentoo/$name/archive/$version.tar.gz)
build() {
mv $DERLEME_KAYNAKDIZIN/$version.tar.gz $DERLEME_KAYNAKDIZIN/$name-$version.tar.gz
cd $name-$version
make
make DESTDIR=$PKG install
}