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

recipes/utils/lcms2/PAGBUILD.yaml main

30 linii Raw ← Powrót
123456789101112131415161718192021222324252627282930
pkgname: lcms2
pkgver: '2.19.1'
pkgrel: '3'
pkgdesc: 'Lightweight color management development library/engine'
url: 'https://www.littlecms.com/'
arch: x86_64
depends: []
makedepends:
- 'libjpeg-turbo'
- libtiff

source:
- 'https://sourceforge.net/projects/lcms/files/lcms/${pkgver}/${pkgname}-${pkgver}.tar.gz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}*
  ./configure --prefix=/usr \
  --mandir=/usr/share/man \
  --infodir=/usr/share/info \
  --disable-static
  make
  make DESTDIR=${PKGDIR} install

  rm -f ${PKGDIR}/usr/lib/liblcms2.la

package: |
  true