### this file is sourced not run
pkgname=httrack # for SLACKDESC
PKGVER=3.49.2
PKGBUILD=1
PKGARCH=x86_64

# source: step
TARBALL=$pkgname-$PKGVER.tar.gz
MD5SUM=1fd1ab9953432f0474a66b67a71d6381
SRC_URL=http://mirror.httrack.com/$TARBALL
BUNDLE=

SLACKREQ=""
SLACKSUG=""
SLACKDESC="$pkgname: $pkgname $PKGVER (website copier)
$pkgname: 
$pkgname: WebHTTrack is an offline browser utility.  It allows you to download a
$pkgname: World Wide Web site from the Internet to a local directory.
$pkgname: 
$pkgname: License: GNU GPL3
$pkgname: 
$pkgname: http://www.httrack.com/
$pkgname: 
$pkgname: 
$pkgname: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_autoconf &&
	pkg_build_slackdesc
}

# vim:ft=sh:

