void-packages/srcpkgs/catdoc/template

18 lines
552 B
Bash
Raw Normal View History

2014-12-05 22:13:12 +00:00
# Template file for 'catdoc'
pkgname=catdoc
version=0.94.2
2015-05-11 18:10:08 +00:00
revision=2
2014-12-05 22:13:12 +00:00
build_style=gnu-configure
2015-05-11 18:10:08 +00:00
hostmakedepends="tk"
depends="tk"
2014-12-05 22:13:12 +00:00
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
}