From 30e008dad04427f4fbccbe3c7138d80ad015b254 Mon Sep 17 00:00:00 2001 From: milisman Date: Tue, 10 May 2016 03:00:40 +0000 Subject: [PATCH] moc-paketlendi --- talimatname/genel/moc/talimat | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 talimatname/genel/moc/talimat diff --git a/talimatname/genel/moc/talimat b/talimatname/genel/moc/talimat new file mode 100644 index 000000000..7b273c735 --- /dev/null +++ b/talimatname/genel/moc/talimat @@ -0,0 +1,25 @@ +# Description: Console audio player. +# URL: http://moc.daper.net/ +# Packager: milisarge +# Depends on: curl libsndfile jack libid3tag libmad + + +name=moc +version=2.5.1 +release=1 +source=(ftp://ftp.daper.net/pub/soft/$name/stable/$name-$version.tar.bz2) + +build() { + cd $name-$version + 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 +}