###### this file is sourced not run
PKGVER=1.0.17
PKGBUILD=1
PKGARCH=x86_64

# source: BLFS 7.5 updated to 1.0.15
TARBALL=xf86-video-nouveau-$PKGVER.tar.bz2
MD5SUM=b08633be9af9ee819077c278dfc55648
SRC_URL=http://xorg.freedesktop.org/archive/individual/driver/$TARBALL
BUNDLE=

SLACKREQ='xorg-server'
SLACKDESC="xf86-video-nouveau: xf86-video-nouveau $PKGVER (nouveau video driver)  
xf86-video-nouveau:  
xf86-video-nouveau: The Xorg Nouveau driver package contains the X.Org video 
xf86-video-nouveau: driver for NVidia Cards including RIVA TNT, RIVA TNT2, 
xf86-video-nouveau: GeForce 256, QUADRO, GeForce2, QUADRO2, GeForce3, QUADRO  
xf86-video-nouveau: DDC, nForce, nForce2, GeForce4, QUADRO4, GeForce FX,  
xf86-video-nouveau: QUADRO FX, GeForce 6XXX and GeForce 7xxx chipsets.
xf86-video-nouveau:
xf86-video-nouveau:
xf86-video-nouveau:
xf86-video-nouveau:
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$XORG_CONFIG"
	pkg_build_autoconf && 
	pkg_build_slackdesc
}
 
