cups: rebuild for libxcrypt
This commit is contained in:
parent
2f215db482
commit
3f7c99b6da
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'cups'
|
||||
pkgname=cups
|
||||
version=2.4.7
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
make_install_args="BUILDROOT=${DESTDIR}"
|
||||
hostmakedepends="gnutls-devel pkg-config
|
||||
|
@ -16,6 +16,10 @@ homepage="https://github.com/OpenPrinting/cups"
|
|||
distfiles="https://github.com/OpenPrinting/cups/releases/download/v${version}/cups-${version}-source.tar.gz"
|
||||
checksum=dd54228dd903526428ce7e37961afaed230ad310788141da75cebaa08362cf6c
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||
makedepends+=" libxcrypt-devel"
|
||||
fi
|
||||
|
||||
conf_files="/etc/pam.d/cups /etc/cups/*.conf /etc/xinetd.d/cups-lpd"
|
||||
make_dirs="
|
||||
/usr/lib/cups/driver 0755 root root
|
||||
|
|
Loading…
Add table
Reference in a new issue