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

recipes/gui/libiptcdata/PAGBUILD.yaml main

26 linii Raw ← Powrót
1234567891011121314151617181920212223242526
pkgname: libiptcdata
pkgver: '1.0.5'
pkgrel: '2'
pkgdesc: 'Library for manipulating the IPTC metadata'
url: 'https://libiptcdata.sourceforge.net/'
arch: x86_64
license:
- 'LGPL-2.0-or-later'

depends: []
makedepends: []
source:
- 'https://github.com/ianw/libiptcdata/releases/download/release_1_0_5/${pkgname}-${pkgver}.tar.gz'

sha256sums:
- SKIP

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

package: |
  # Obsolet libs
  rm -f ${PKGDIR}/usr/lib/libiptcdata.la