opt/awesfx/Pkgfile

18 lines
419 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# 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
2006-07-11 13:29:14 +02:00
version=0.5.0d
2006-02-23 16:26:10 +01:00
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
}