diff --git a/srcpkgs/catdoc/template b/srcpkgs/catdoc/template new file mode 100644 index 00000000000..fffc5a09762 --- /dev/null +++ b/srcpkgs/catdoc/template @@ -0,0 +1,15 @@ +# 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 " +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 +}