🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122232425262728
pkgname: chmlib
pkgver: '0.40'
pkgrel: '4'
pkgdesc: 'Library for dealing with Microsoft ITSS/CHM format files'
url: 'http://www.jedrea.com/chmlib/'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://old-releases.ubuntu.com/ubuntu/pool/universe/c/chmlib/chmlib_${pkgver}.orig.tar.gz'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
CFLAGS+=" -Wno-implicit-function-declaration"
./configure --prefix=/usr \
--enable-examples=yes
make
make DESTDIR=${PKGDIR} install
rm -f ${PKGDIR}/usr/lib/libchm.la
package: |
true