#Maintainer: Thorsten Muehlfelder <thenktor(at)gmx.de>

pkgname=ntp-docs
pkgver=4.2.4p8
pkgrel=1tm
arch=noarch
source=("http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-$pkgver.tar.gz")
url="http://www.ntp.org/"

slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"$pkgname - NTP daemon HTML documentation"
""
"The HTML documentation files of the Network Time Protocol daemon"
)

build() {
	cd $startdir/src/ntp-${pkgver}

	# create the doc dirs
	mkdir -p $startdir/pkg/usr/doc/${pkgname}-${pkgver}

	# copy the doc files
	cp -r html $startdir/pkg/usr/doc/${pkgname}-${pkgver}
}