🔒 Repository is read-only – file editing is disabled.

recipes/gui/foomatic-db-nonfree/PAGBUILD.yaml main

22 linii Raw ← Powrót
12345678910111213141516171819202122
pkgname: foomatic-db-nonfree
pkgver: '20260830'
pkgrel: 1
pkgdesc: Non-free licenses database extension from manufacturer-supplied PPD files released
url: 'http://www.linuxprinting.org/foomatic.html'
arch: x86_64
depends: []
makedepends:
- cups
- perl
- libxml2
source:
- 'https://www.openprinting.org/download/foomatic/${pkgname}-${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr
  make
  make DESTDIR=${PKGDIR} install
package: |
  true