# Description: MIDI utilities for the AWE32/64, and Live! soundcards. # URL: http://www.alsa-project.org/~iwai/awedrv.html # Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au # Packager: sten, nick dot steeves at shaw dot ca # Depends on: alsa-lib name=awesfx version=0.5.0d release=1 source=(http://www.alsa-project.org/~iwai/awesfx-$version.tar.gz) build() { cd awesfx-$version ./configure \ --prefix=/usr \ --disable-static make make DESTDIR=$PKG install rm $PKG/usr/share/sounds/sf2/README-bank }