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

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

27 linii Raw ← Powrót
123456789101112131415161718192021222324252627
pkgname: 'foomatic-db-engine'
pkgver: '4.0.13'
pkgrel: '1'
pkgdesc: 'PPD files from the data in Foomatic''s XML database.'
url: 'http://www.linuxprinting.org/foomatic.html'
arch: x86_64
depends: []
makedepends:
- libxml2
- cups

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

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr \
  --sbindir=/usr/bin

  make
  make DESTDIR=${PKGDIR} install

package: |
  true