diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/catdoc | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/catdoc')
-rw-r--r-- | community/catdoc/PKGBUILD | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/community/catdoc/PKGBUILD b/community/catdoc/PKGBUILD deleted file mode 100644 index 549cddb7d..000000000 --- a/community/catdoc/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 89169 2013-04-27 12:49:08Z kkeen $ -# Maintainer: Juergen Hoetzel <juergen@archlinux.org> -# Contributor: Paulius Palevicius <paulius@birzai.com> - -pkgname=catdoc -pkgver=0.94.4 -pkgrel=1 -pkgdesc="A convertor for Microsoft Word, Excel, PowerPoint and RTF Files to text" -arch=('i686' 'x86_64') -url="http://www.wagner.pp.ru/~vitus/software/catdoc/" -license=('GPL') -depends=('glibc') -optdepends=('tk: for using wordview') -options=('!makeflags') -source=(http://ftp.de.debian.org/debian/pool/main/c/catdoc/${pkgname}_$pkgver.orig.tar.gz) -md5sums=('4820680e3611392caf2b4dd2413bfae5') - -build() { - cd "$srcdir/$pkgname-$pkgver" - sed -i 's/$(prefix)/$(installroot)$(prefix)/' desktop/Makefile.in - sed -i 's/0.94.2/0.94.4/' configure* doc/*.1 src/makefile.tc - ./configure --prefix=/usr --with-wish=/usr/bin/wish - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make installroot="$pkgdir" mandir=/usr/share/man/man1 install - install -d "$pkgdir"/usr/share/man/man1 - install -m644 doc/*.1 "$pkgdir"/usr/share/man/man1 -} |