# Maintainer: Jay Dolan, jdolan at jdolan dot dyndns dot org # Description: bpm - Count the beats per minute in an audio stream # URL: http://jaydolan.com/etc.html # Depends on: libvorbis,libsndfile,lame name=bpm version=1.0 release=1 source=(http://jdolan.dyndns.org/jaydolan/files/$name-$version.tar.bz2) build(){ cd $name-$version make && make DESTDIR=$PKG/usr install }