milis/talimatname/genel/m/moc/talimat

26 lines
728 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: Konsol müzik çalar.
# URL: http://moc.daper.net/
# Paketçi: milisarge
# Gerekler: curl libsndfile jack libid3tag libmad
isim=moc
surum=2.5.1
devir=1
kaynak=(ftp://ftp.daper.net/pub/soft/$isim/stable/$isim-$surum.tar.bz2)
derle() {
cd $isim-$surum
autoreconf -f -i -Wall,no-obsolete
./configure --prefix=/usr --without-rcc \
--with-alsa --with-jack --with-aac --with-mp3 \
--with-musepack --with-vorbis --with-flac --with-wavpack \
--with-sndfile --with-modplug --with-ffmpeg --with-speex \
--with-samplerate --with-curl --with-sidplay2 --disable-debug
make
make DESTDIR=$PKG install
install -D -m 0644 -t $PKG/usr/share/moc/ config.example keymap.example
rm -rf $PKG/usr/share/doc
}