testing/xpdf: remove all xpdf-utils

The utilities supplied by xpdf are the same ones supplied by poppler
This commit is contained in:
Isaac Dunham 2014-06-29 07:04:52 -07:00 committed by Natanael Copa
parent 2a8bca8583
commit aa5ba0af16

View File

@ -2,7 +2,7 @@
# Maintainer: Isaac Dunham <ibid.ag@gmail.com>
pkgname=xpdf
pkgver="3.04"
pkgrel=0
pkgrel=1
pkgdesc="The classic X11 PDF viewer"
url="http://foolabs.com/xpdf"
arch="all"
@ -48,10 +48,8 @@ package() {
make DESTDIR="$pkgdir" install || return 1
rm -f "$pkgdir"/usr/lib/*.la
#delete pdf* utils that conflict with poppler-utils.
for i in pdftops pdftotxt pdfinfo pdfdetach; do
rm -f "$pkgdir"/usr/bin/$i
rm -f "$pkgdir"/usr/share/man/man1/$i.1
done
rm -f "$pkgdir"/usr/bin/pdf*
rm -f "$pkgdir"/usr/share/man/man1/pdf*
}
md5sums="3bc86c69c8ff444db52461270bef3f44 xpdf-3.04.tar.gz