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

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

24 linii Raw ← Powrót
123456789101112131415161718192021222324
pkgname: 'foomatic-db'
pkgver: '20260830'
pkgrel: '1'
pkgdesc: 'The collected knowledge about printers, drivers, and driver options in XML files'
url: 'http://www.linuxprinting.org/foomatic.html'
arch: x86_64
depends: []
makedepends:
- libxml2

source:
- 'https://www.openprinting.org/download/foomatic/${pkgname}-4.0-${pkgver}.tar.xz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr
  make
  make DESTDIR=${PKGDIR} install

package: |
  true