VERSION=2.7 BUILD=1 ARCH=i386 PKGNAME="aumix-${VERSION}-${ARCH}-${BUILD}" PROGNAME="aumix" DESC="\ aumix is a program for adjusting an audio mixer. It can run under X with \n\ GTK+, in full-screen text mode with ncurses and (if available) gpm, or \n\ non-interactively, and can store all settings in a file. It works with \n\ the OSS API" MAINTAINER="Logan Johnson " SOURCE="http://jpj.net/~trevor/aumix.html" IGNOREPATH=/proc:/dev:/tmp:/home:/cdrom:/root:/mnt:/var:/orig STRIPLIB=y STRIPBIN=y compile() { tar zxvf $CWD/aumix-${VERSION}.tar.gz cd aumix-${VERSION} ./configure --prefix=/usr make } install() { make install mkdir -p /usr/doc/aumix-${VERSION} cp ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README* TODO \ /usr/doc/aumix-${VERSION} }