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

recipes/utils/libexif/PAGBUILD.yaml main

26 linii Raw ← Powrót
1234567891011121314151617181920212223242526
pkgname: libexif
pkgver: '0.6.26'
pkgrel: '1'
pkgdesc: 'A library to parse an EXIF file and read the data from those tags'
url: 'https://libexif.sourceforge.net'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://github.com/libexif/libexif/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.bz2'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr \
  --mandir=/usr/share/man \
  --infodir=/usr/share/info \
  --with-doc-dir=/usr/share/doc/libexif-${pkgver}
  make
  make DESTDIR=${PKGDIR} install
  rm -f ${PKGDIR}/usr/lib/${pkgname}.la

package: |
  true