# Description: acoustic spectrum analyser # URL: http://spek.cc/ # Maintainer: #teatime (irc.kyber.io), teatime at kyber dot io # Depends on: wxgtk ffmpeg name=spek version=0.8.3 release=1 source=(https://github.com/alexkay/$name/archive/v$version.tar.gz spek-0.8.1-disable-updates.patch spek-0.8.3-ffmpeg3.patch spek-0.8.3-ffmpeg3-1.patch) build() { cd $name-$version patch -Np1 < ../spek-0.8.1-disable-updates.patch patch -Np1 < ../spek-0.8.3-ffmpeg3.patch patch -Np1 < ../spek-0.8.3-ffmpeg3-1.patch ./autogen.sh ./configure --prefix=/usr make make DESTDIR=$PKG install rm -r $PKG/usr/share/locale/ }