diff print/cups/cups.sh @ 1221:a47aaf9743a0

misc: backed out changeset 4ccc42bf0284 We will keep .sh for now.
author David Demelier <markand@malikania.fr>
date Fri, 15 Oct 2021 16:07:30 +0200
parents 4ccc42bf0284
children 325631424c65
line wrap: on
line diff
--- a/print/cups/cups.sh	Thu Sep 30 09:26:38 2021 +0200
+++ b/print/cups/cups.sh	Fri Oct 15 16:07:30 2021 +0200
@@ -17,7 +17,18 @@
 
 # TODO: add AVAHI option
 
-. ./cups.info
+PKGNAME=cups
+PKGVERSION=2.2.11
+PKGREVISION=1
+PKGLICENSE="GPL-2.0-only"
+PKGSUMMARY="the CUPS printing system"
+PKGDOWNLOAD="https://github.com/apple/cups/releases/download/v$PKGVERSION/$PKGNAME-$PKGVERSION-source.tar.gz"
+PKGOPTIONS="ACL DBUS PAM"
+PKGPROTECT="etc/cups/cups-files.conf
+            etc/cups/cupsd.conf
+            etc/cups/snmp.conf
+            etc/pam.d/cups
+            etc/rc.d/cupsd"
 
 : ${CHOST:=$(uname -m)-linux-musl}
 : ${CBUILD:=$(uname -m)-linux-musl}