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

recipes/gui/libcdr/PAGBUILD.yaml main

27 linii Raw ← Powrót
123456789101112131415161718192021222324252627
pkgname: libcdr
pkgver: '0.1.9'
pkgrel: '1'
pkgdesc: 'CorelDraw file format importer library for LibreOffice'
url: 'https://wiki.documentfoundation.org/DLP/Libraries/libcdr'
arch: x86_64
depends: []
makedepends:
- libwpd
- lcms2
- icu
- librevenge

source:
- 'https://dev-www.libreoffice.org/src/${pkgname}/${pkgname}-${pkgver}.tar.xz'

sha256sums:
- SKIP

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

package: |
  cd ${pkgname}-${pkgver}
  make DESTDIR="${PKGDIR}" install