void-packages/srcpkgs/catdoc/template
2015-05-12 15:03:17 +02:00

18 lines
552 B
Bash

# Template file for 'catdoc'
pkgname=catdoc
version=0.94.2
revision=2
build_style=gnu-configure
hostmakedepends="tk"
depends="tk"
short_desc="Convert Microsoft Office files to text"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="GPL-2"
homepage="http://www.wagner.pp.ru/~vitus/software/catdoc/"
distfiles="http://ftp.wagner.pp.ru/pub/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=03c98b103664e5d1b63de110854e93c2453bc10be5634f86c280303eb843d362
do_install() {
make installroot="$DESTDIR" mandir=/usr/share/man/man1 install
}