catdoc: update to 0.95.

This commit is contained in:
Christian Neukirchen 2016-05-26 17:17:56 +02:00
parent 1be61fb9f5
commit d8eaa7fd8e

View file

@ -1,7 +1,7 @@
# Template file for 'catdoc' # Template file for 'catdoc'
pkgname=catdoc pkgname=catdoc
version=0.94.2 version=0.95
revision=2 revision=1
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="tk" hostmakedepends="tk"
depends="tk" depends="tk"
@ -10,8 +10,9 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="GPL-2" license="GPL-2"
homepage="http://www.wagner.pp.ru/~vitus/software/catdoc/" homepage="http://www.wagner.pp.ru/~vitus/software/catdoc/"
distfiles="http://ftp.wagner.pp.ru/pub/${pkgname}/${pkgname}-${version}.tar.gz" distfiles="http://ftp.wagner.pp.ru/pub/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=03c98b103664e5d1b63de110854e93c2453bc10be5634f86c280303eb843d362 checksum=514a84180352b6bf367c1d2499819dfa82b60d8c45777432fa643a5ed7d80796
do_install() { do_install() {
make installroot="$DESTDIR" mandir=/usr/share/man/man1 install vmkdir usr/share/man/man1
make installroot="$DESTDIR" mandir=/usr/share/man install
} }