summaryrefslogtreecommitdiffstats
path: root/printer
diff options
context:
space:
mode:
authorTreeve Jelbert2022-05-16 10:45:38 +0200
committerTreeve Jelbert2022-05-16 10:45:38 +0200
commita0fec163b25724afa72a044ad5a75690fbd792f8 (patch)
treef26097340caa1044d43b007e581f0990eeddc3e8 /printer
parentc03d60f09c83adaeab0580af6ab873a83eb4c9ce (diff)
pappl-1.2.0
Diffstat (limited to 'printer')
-rwxr-xr-xprinter/pappl/BUILD2
-rwxr-xr-xprinter/pappl/CONFIGURE3
-rwxr-xr-xprinter/pappl/DEPENDS43
-rwxr-xr-xprinter/pappl/DETAILS22
-rw-r--r--printer/pappl/HISTORY0
-rw-r--r--printer/pappl/pappl.gpgbin0 -> 2267 bytes
6 files changed, 70 insertions, 0 deletions
diff --git a/printer/pappl/BUILD b/printer/pappl/BUILD
new file mode 100755
index 0000000000..b4704fdd9a
--- /dev/null
+++ b/printer/pappl/BUILD
@@ -0,0 +1,2 @@
+OPTS+=" --disable-static" &&
+default_build
diff --git a/printer/pappl/CONFIGURE b/printer/pappl/CONFIGURE
new file mode 100755
index 0000000000..381fab41db
--- /dev/null
+++ b/printer/pappl/CONFIGURE
@@ -0,0 +1,3 @@
+. $GRIMOIRE/FUNCTIONS &&
+config_query_list PAPPL_TLS "which TLS support?" no gnutls openssl libressl
+
diff --git a/printer/pappl/DEPENDS b/printer/pappl/DEPENDS
new file mode 100755
index 0000000000..7711de8d1b
--- /dev/null
+++ b/printer/pappl/DEPENDS
@@ -0,0 +1,43 @@
+depends zlib &&
+#depends -sub CXX gcc &&
+depends pkgconfig &&
+
+#depends shared-mime-info &&
+
+optional_depends avahi --{en,dis}able-avahi 'use Avahi Service Discovery' &&
+optional_depends $PAPPL_TLS --with-tls=$PAPPL_TLS '' 'security' &&
+optional_depends JPEG --{en,dis}able-libjpeg 'JPEG printing' &&
+optional_depends libpng --{en,dis}able-libpng 'PNG printing' &&
+optional_depends libusb --{en,dis}able-libusb 'usb printers' &&
+optional_depends linux-pam --{en,dis}able-pam 'for pluggable authentication'
+
+
+
+
+#optional_depends mdnsresponder \
+# '--enable-dnssd' \
+# '--disable-dnssd' \
+# 'DNS Service Discovery' &&
+
+#optional_depends libpaper \
+# '--enable-libpaper' \
+# '--disable-libpaper' \
+# 'Enable libpaper support' &&
+
+#optional_depends 'dbus' \
+# '--enable-dbus' \
+# '--disable-dbus' \
+# 'hardware notifications' &&
+
+
+
+#optional_depends 'acl' \
+# '--enable-acl' \
+# '--disable-acl' \
+# 'for file system access control lists support' &&
+
+#optional_depends krb5 '--enable-gssapi' '--disable-gssapi' 'GSSAPI support' &&
+#optional_depends systemd '--enable-systemd' '--disable-systemd' 'SystemD support' &&
+
+#suggest_depends ghostscript '' '' 'to print Postscript files'
+#suggest_depends cups-filters '' '' 'extra backends and filters'
diff --git a/printer/pappl/DETAILS b/printer/pappl/DETAILS
new file mode 100755
index 0000000000..c4925f0582
--- /dev/null
+++ b/printer/pappl/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=pappl
+ VERSION=1.2.0
+# SECURITY_PATCH=
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE2=$SOURCE.sig
+ SOURCE_GPG=pappl.gpg:$SOURCE.sig:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+ WEB_SITE=https://www.msweet.org/pappl
+ SOURCE_URL[0]=https://github.com/michaelrsweet/pappl/releases/download/v$VERSION/$SOURCE
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+ ENTERED=20220424
+ LICENSE[0]=APACHE
+ KEYWORDS="printer"
+ SHORT="ramework/library for developing CUPS Printer Applications"
+cat << EOF
+PAPPL is a simple C-based framework/library for developing CUPS Printer Applications,
+which are the recommended replacement for printer drivers.
+It was specifically developed to support LPrint and a future Gutenprint Printer Application,
+but is sufficiently general purpose to support any kind of printer or driver
+that can be used on desktops, servers, and in embedded environments.
+EOF
diff --git a/printer/pappl/HISTORY b/printer/pappl/HISTORY
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/printer/pappl/HISTORY
diff --git a/printer/pappl/pappl.gpg b/printer/pappl/pappl.gpg
new file mode 100644
index 0000000000..afcefb363d
--- /dev/null
+++ b/printer/pappl/pappl.gpg
Binary files differ