pkgname=texinfo pkgver=6.0 pkgrel=1 pkgdesc='GNU documentation system for on-line information and printed output' url='http://www.gnu.org/software/texinfo/' arch=('i686' 'x86_64') license=('GPL3') groups=('base' 'base-devel') depends=('perl') install='texinfo.install' source=("ftp://ftp.gnu.org/pub/gnu/texinfo/texinfo-$pkgver.tar.xz"{,.sig}) sha1sums=('39d9b15029a49c4ac106e7686b87d374a99c207f' 'SKIP') validpgpkeys=('EAF669B31E31E1DECBD11513DDBC579DAB37FBA9') # Gavin Smith build() { cd texinfo-"$pkgver" ./configure --prefix=/usr make } check() { cd texinfo-"$pkgver" make check } package() { cd texinfo-"$pkgver" make DESTDIR="$pkgdir" install }