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

# source: james
TARBALL=xf86-video-sis-${PKGVER}.tar.xz
MD5SUM=cd1c499d8b23d6faada850a4bda021de
#SRC_URL=http://xorg.freedesktop.org/archive/individual/driver/$TARBALL
SRC_URL=http://distro.ibiblio.org/fatdog/source/800/$TARBALL
BUNDLE=

SLACKREQ='xorg-server'
SLACKDESC="xf86-video-sis: xf86-video-sis $PKGVER (nv video driver)  
xf86-video-sis:  
xf86-video-sis: The Xorg SIS driver package contains the X.Org video driver
xf86-video-sis: for SIS Cards. 
xf86-video-sis: 
xf86-video-sis: 
xf86-video-sis:
xf86-video-sis:
xf86-video-sis:
xf86-video-sis:
xf86-video-sis:
"

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