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

# BLFS post 7.8 - 2015-09-25
TARBALL=sqlite-doc-3081101.zip
MD5SUM=29fc9f4d2346187b11c09f867d69b427
SRC_URL=http://sqlite.org/2015/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="sqlite3-docs: sqlite3-docs $PKGVER (Documentation for Sqlite3)  
sqlite3-docs:  
sqlite3-docs: Documentation for sqlite3 in HTML format.  
sqlite3-docs: 
sqlite3-docs: 
sqlite3-docs: 
sqlite3-docs: 
sqlite3-docs: 
sqlite3-docs: 
sqlite3-docs: 
sqlite3-docs:
"

### default pkg_download
### prepare
pkg_prepare() {
	pkg_check $SRC_DIR $TARBALL $MD5SUM &&
	cd tmp &&
	unzip $SRC_DIR/$TARBALL &&
	install -v -m755 -d ../usr/share/doc/sqlite-$PKGVER &&
	cp -v -R sqlite-doc-*/* ../usr/share/doc/sqlite-$PKGVER
}

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


