VERSION=2.3 BUILD=1 ARCH=i386 PKGNAME=dev3dfx-$VERSION-$ARCH-$BUILD MAINTAINER="David Cantrell " IGNOREPATH=/tmp:/proc:/dev:/root:/var:/a STRIPLIB=y STRIPBIN=y PROGNAME="Linux kernel module for /dev/3dfx" DESC="\ Linux kernel module for /dev/3dfx\n\ \n\ Installs source code for building a kernel module to support\n\ accessing the 3Dfx device through a device node in /dev.\n\ \n\ NOTE: This package must be compiled on your system to work.\n\ Instructions are in /usr/src/Device3Dfx" compile() { tar xvzf $CWD/Device3Dfx.tar.gz cd Device3Dfx } install() { mkdir -p /usr/src/Device3Dfx cp -r * $CWD/README /usr/src/Device3Dfx }