### this file is sourced not run
PKGVER=2018.07
PKGBUILD=1
PKGARCH=noarch

# source: james
TARBALL=usb.ids.gz
MD5SUM= # no point to check md5sum, this is a living document
SRC_URL=http://www.linux-usb.org/$TARBALL
BUNDLE=

DATA_DIR=/usr/share/misc/

SLACKREQ='' # 
SLACKDESC="usb-database: usb-database $PKGVER (USB vendor database)
usb-database: 
usb-database: This package contains usb.ids, a database that contains mapping 
usb-database: between USB id numer and their respective vendor names and product 
usb-database: model names. Useful for determining manufacturerrs of your USB 
usb-database: devices.
usb-database: 
usb-database: http://www.linux-usb.org/
usb-database: 
usb-database: 
usb-database:
"

### default pkg_download
### default pkg_prepare
pkg_prepare() {
	! [ -e $SRC_DIR/$TARBALL ] && pkg_download_default $SRC_DIR $TARBALL $SRC_URL
	mkdir -p ./$PCI_DIR &&
	cp $SRC_DIR/$TARBALL ./$DATA_DIR
}

### default pkg_package
### build
pkg_build() {
	pkg_build_slackdesc
}
