[notify] xpdf: remove duplicate pdf* binaries

Use opt/popplel if you need these.
 Closes FS#1012
This commit is contained in:
Thomas Penteker 2014-05-05 14:28:36 +02:00
parent 4619d5995d
commit 7150b6e905
2 changed files with 3 additions and 8 deletions

View File

@ -2,13 +2,6 @@ drwxr-xr-x root/root etc/
-rw-r--r-- root/root etc/xpdfrc
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/pdfdetach
-rwxr-xr-x root/root usr/bin/pdffonts
-rwxr-xr-x root/root usr/bin/pdfimages
-rwxr-xr-x root/root usr/bin/pdfinfo
-rwxr-xr-x root/root usr/bin/pdftoppm
-rwxr-xr-x root/root usr/bin/pdftops
-rwxr-xr-x root/root usr/bin/pdftotext
-rwxr-xr-x root/root usr/bin/xpdf
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/

View File

@ -6,7 +6,7 @@
name=xpdf
version=3.03
release=1
release=2
source=(ftp://ftp.foolabs.com/pub/xpdf/$name-$version.tar.gz)
build() {
@ -27,4 +27,6 @@ build() {
make
make install DESTDIR=$PKG
find $PKG/usr/bin -iname 'pdf*' -delete
}