void-packages/srcpkgs/catdoc/template

19 lines
572 B
Bash
Raw Normal View History

2014-12-05 23:13:12 +01:00
# Template file for 'catdoc'
pkgname=catdoc
2016-05-26 17:17:56 +02:00
version=0.95
revision=1
2014-12-05 23:13:12 +01:00
build_style=gnu-configure
2015-05-11 20:10:08 +02:00
hostmakedepends="tk"
depends="tk"
2014-12-05 23:13:12 +01: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"
2016-05-26 17:17:56 +02:00
checksum=514a84180352b6bf367c1d2499819dfa82b60d8c45777432fa643a5ed7d80796
2014-12-05 23:13:12 +01:00
do_install() {
2016-05-26 17:17:56 +02:00
vmkdir usr/share/man/man1
make installroot="$DESTDIR" mandir=/usr/share/man install
2014-12-05 23:13:12 +01:00
}