opt/awesfx/Pkgfile
2006-02-23 15:26:10 +00:00

18 lines
419 B
Plaintext

# Description: MIDI utilities for the AWE32/64, and Live! soundcards
# URL: http://www.alsa-project.org/~iwai/awedrv.html
# Maintainer: sten, nick dot steeves at shaw dot ca
# Packager:
# Dependencies: alsa-lib
name=awesfx
version=0.5.0c
release=1
source=(http://www.alsa-project.org/~iwai/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}