milis/talimatname/genel/l/libsamplerate/talimat

19 lines
449 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: Secret Rabbit Code (aka libsamplerate), ses için örnek bir hız dönüştürücüsüdür.
# URL: http://www.mega-nerd.com/SRC/index.html
# Paketçi: pierre at nutyx dot org
# Gerekler: libsndfile flac
isim=libsamplerate
surum=0.1.8
devir=1
kaynak=(http://www.mega-nerd.com/SRC/$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
./configure --prefix=/usr
make
make htmldocdir=/usr/share/doc/libsamplerate-$surum \
DESTDIR=$PKG install
}