19 lines
565 B
Bash
19 lines
565 B
Bash
# Template file for 'catdoc'
|
|
pkgname=catdoc
|
|
version=0.95
|
|
revision=2
|
|
build_style=gnu-configure
|
|
hostmakedepends="tk"
|
|
depends="tk"
|
|
short_desc="Convert Microsoft Office files to text"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="GPL-2.0-only"
|
|
homepage="http://www.wagner.pp.ru/~vitus/software/catdoc/"
|
|
distfiles="http://ftp.wagner.pp.ru/pub/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=514a84180352b6bf367c1d2499819dfa82b60d8c45777432fa643a5ed7d80796
|
|
|
|
do_install() {
|
|
vmkdir usr/share/man/man1
|
|
make installroot="$DESTDIR" mandir=/usr/share/man install
|
|
}
|