1
0
forked from ports/opt

hpcups: install ImageProcessor library

This commit is contained in:
Juergen Daubert 2018-08-11 19:18:42 +02:00
parent 96ed0ebc7c
commit 1def6a6347
3 changed files with 10 additions and 4 deletions

View File

@ -5,6 +5,8 @@ drwxr-xr-x root/root usr/lib/cups/
drwxr-xr-x root/root usr/lib/cups/filter/
-rwxr-xr-x root/root usr/lib/cups/filter/hpcups
-rwxr-xr-x root/root usr/lib/cups/filter/hpps
-rwxr-xr-x root/root usr/lib/libImageProcessor-x86_64.so
lrwxrwxrwx root/root usr/lib/libImageProcessor.so -> libImageProcessor-x86_64.so
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/cups/
drwxr-xr-x root/root usr/share/cups/drv/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/VhU3ntVSRwu5WDjAiFb4TU1g7NIir78RVeepSqoU0UWLS6KfwLXkjXMYFw6CFTG7h6UtXxhafxR8AQDMNhSdQ0=
SHA256 (Pkgfile) = 9b0b999e3d75d01b7719cb4bac9ca6cbd5f139f9d6f40b5037e56f444ee0dd92
SHA256 (.footprint) = ebb15e982671fd9694b2ee8d52582236f9c7795f527bf8cd22fe8c03a1b3b660
RWSE3ohX2g5d/Qxr1Eh2wTj4gMi8h3ruFFoANegEjlnwE1L2chypakcygjrxrCQz55zWiQS8ZLSr+2biuCUJOv3GmExu+ubTngY=
SHA256 (Pkgfile) = 0f016455dd9fdccb2bc60e28225a9b62cab0e05989f7c493cb53fe357622d0cc
SHA256 (.footprint) = ee32c73a604467695b55b42d6e3b4bc37022b98d0b034058cd06a08b5555b351
SHA256 (hplip-3.18.7.tar.gz) = 55b879e1d6d0d88c32d79486b748a21759cab404036d883be4ea9fcb55bfeb1d

View File

@ -5,7 +5,7 @@
name=hpcups
version=3.18.7
release=1
release=2
source=(http://downloads.sourceforge.net/project/hplip/hplip/$version/hplip-$version.tar.gz)
build () {
@ -20,5 +20,9 @@ build () {
make
make DESTDIR=$PKG install
# https://bugs.archlinux.org/task/59548
install prnt/hpcups/libImageProcessor-x86_64.so $PKG/usr/lib
ln -s libImageProcessor-x86_64.so $PKG/usr/lib/libImageProcessor.so
rm -r $PKG/usr/share/doc
}