mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 18:20:07 +00:00
libppd: new port at 2.0.0
This commit is contained in:
1
main/libppd/.checksums
Normal file
1
main/libppd/.checksums
Normal file
@@ -0,0 +1 @@
|
||||
ab889cbcdaa23689d9a425769f208da9 libppd-2.0.0.tar.xz
|
||||
23
main/libppd/.pkgfiles
Normal file
23
main/libppd/.pkgfiles
Normal file
@@ -0,0 +1,23 @@
|
||||
libppd-2.0.0-1
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
drwxr-xr-x root/root usr/include/
|
||||
drwxr-xr-x root/root usr/include/ppd/
|
||||
-rw-r--r-- root/root usr/include/ppd/ppd-filter.h
|
||||
-rw-r--r-- root/root usr/include/ppd/ppd.h
|
||||
-rw-r--r-- root/root usr/include/ppd/ppdc.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rw-r--r-- root/root usr/lib/libppd.a
|
||||
lrwxrwxrwx root/root usr/lib/libppd.so -> libppd.so.2.0.0
|
||||
lrwxrwxrwx root/root usr/lib/libppd.so.2 -> libppd.so.2.0.0
|
||||
-rwxr-xr-x root/root usr/lib/libppd.so.2.0.0
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/libppd.pc
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/ppdc/
|
||||
-rw-r--r-- root/root usr/share/ppdc/epson.h
|
||||
-rw-r--r-- root/root usr/share/ppdc/font.defs
|
||||
-rw-r--r-- root/root usr/share/ppdc/hp.h
|
||||
-rw-r--r-- root/root usr/share/ppdc/label.h
|
||||
-rw-r--r-- root/root usr/share/ppdc/media.defs
|
||||
-rw-r--r-- root/root usr/share/ppdc/raster.defs
|
||||
21
main/libppd/spkgbuild
Normal file
21
main/libppd/spkgbuild
Normal file
@@ -0,0 +1,21 @@
|
||||
# description : OpenPrinting - the legacy support library for PPD files
|
||||
# homepage : https://github.com/OpenPrinting/libppd
|
||||
# depends : libcupsfilters
|
||||
|
||||
name=libppd
|
||||
version=2.0.0
|
||||
release=1
|
||||
source="https://github.com/OpenPrinting/libppd/releases/download/$version/$name-$version.tar.xz"
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
scratch isinstalled mupdf || DMU=' --disable-mutool'
|
||||
scratch isinstalled poppler || DPO=' --disable-pdftops'
|
||||
|
||||
./configure --prefix=/usr $DMU $DPO
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
rm -r $PKG/usr/share/doc
|
||||
}
|
||||
Reference in New Issue
Block a user