Switch to new download format and remove /run directory
This commit is contained in:
@@ -1,16 +1,44 @@
|
||||
name: cups
|
||||
description: An open-source printing system
|
||||
version: 2.4.14
|
||||
revision: 2
|
||||
url: https://openprinting.github.io/cups/
|
||||
license: Apache2 with LLVM-exception and BSD-3-Clause and Zlib and BSD-2-Clause
|
||||
architecture: any
|
||||
optional_depends: ["libusb","xdg-utils"]
|
||||
make_depends: ["acl","dbus","gnutls","libusb","pam","udev"]
|
||||
keep: ["etc/cups/client.conf"]
|
||||
type: source
|
||||
keep:
|
||||
- etc/cups/client.conf
|
||||
optional_depends:
|
||||
- libusb
|
||||
- xdg-utils
|
||||
make_depends:
|
||||
- acl
|
||||
- dbus
|
||||
- gnutls
|
||||
- libusb
|
||||
- pam
|
||||
- udev
|
||||
downloads:
|
||||
- url: https://github.com/OpenPrinting/cups/releases/download/v${BPM_PKG_VERSION}/cups-${BPM_PKG_VERSION}-source.tar.gz
|
||||
extract_to: ${BPM_SOURCE}
|
||||
extract_strip_components: 1
|
||||
checksum: 660288020dd6f79caf799811c4c1a3207a48689899ac2093959d70a3bdcb7699
|
||||
split_packages:
|
||||
- name: cups
|
||||
depends: ["acl", "dbus", "gcc-libs", "glibc", "gnutls", "hicolor-icon-theme", "libcups", "sysusers", "pam", "udev"]
|
||||
depends:
|
||||
- acl
|
||||
- dbus
|
||||
- gcc-libs
|
||||
- glibc
|
||||
- gnutls
|
||||
- hicolor-icon-theme
|
||||
- libcups
|
||||
- sysusers
|
||||
- pam
|
||||
- udev
|
||||
- name: libcups
|
||||
description: Library and header files for the CUPS printing system
|
||||
depends: ["glibc","gnutls","zlib"]
|
||||
depends:
|
||||
- glibc
|
||||
- gnutls
|
||||
- zlib
|
||||
|
||||
Reference in New Issue
Block a user