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

recipes/gui/libabw/PAGBUILD.yaml main

30 linii Raw ← Powrót
123456789101112131415161718192021222324252627282930
pkgname: libabw
pkgver: '0.1.4'
pkgrel: '1'
pkgdesc: 'A library that parses the file format of AbiWord documents'
url: 'https://wiki.documentfoundation.org/DLP/Libraries/libabw'
arch: x86_64
depends: []
makedepends:
- boost
- libxml2
- doxygen
- gperf
- librevenge

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

sha256sums:
- SKIP

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

  make
  make DESTDIR=${PKGDIR} install

package: |
  true