16 lines
518 B
Plaintext
16 lines
518 B
Plaintext
# Template file for 'catdoc'
|
|
pkgname=catdoc
|
|
version=0.94.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
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
|
|
}
|