#Maintainer: Thorsten Muehlfelder # Mandatory pkgname=ntp-docs pkgver=4.2.4p7 pkgrel=1 zenver=62 arch=noarch source=("ftp://ftp.udel.edu/pub/ntp/ntp4/ntp-$pkgver.tar.gz") sourcetemplate=http://thenktor.dyndns.org/packages/$pkgname/ # Optional url="http://www.ntp.org/" #extradepends=('') #lessdepends=('') 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} }