🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324252627
pkgname: ijs
pkgver: '0.35'
pkgrel: '3'
pkgdesc: 'A library which implements a protocol for transmission of raster page images.'
url: 'http://www.linuxfoundation.org/collaborate/workgroups/openprinting'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://www.openprinting.org/download/${pkgname}/download/${pkgname}-${pkgver}.tar.bz2'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
./configure --prefix=/usr \
--enable-shared --disable-static \
--infodir=/usr/share/info --mandir=/usr/share/man
make
make DESTDIR=${PKGDIR} install
# Obsolet lib
rm -f ${PKGDIR}/usr/lib/libijs.la
package: |
true