milis/talimatname/genel/l/libmpcdec/talimat

23 lines
396 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: Musepack kod çözme kütüphanesi
# URL: http://www.musepack.net/index.php?pg=home
# Paketçi: milisarge
# Gerekler: nasm
name=libmpcdec
version=1.2.6
release=1
source=( http://files.musepack.net/source/$name-$version.tar.bz2)
derle() {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/share/man \
--infodir=/usr/share/info
make
make DESTDIR=$PKG install
}