milis/talimatname/genel/wavpack/talimat

21 lines
402 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: Kayıpsız, kayıplı ve melez sıkıştırma modlu ses sıkıştırma formatı
# URL: http://www.wavpack.com/
# Packager: alihan-ozturk28@hotmail.com
# Depends on:
name=wavpack
version=4.75.0
release=1
source=(http://www.wavpack.com/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr \
--enable-mmx \
--enable-static=no
make
make DESTDIR=$PKG install
}