🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324
pkgname: enchant
pkgver: '2.8.19'
pkgrel: 1
pkgdesc: Generic Spell Checking Library.
url: 'http://www.abisource.com/enchant/'
arch: x86_64
license:
- GPL
depends: []
makedepends:
- glib
- aspell
- dbus-glib
source:
- 'https://github.com/rrthomas/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz'
sha256sums:
- SKIP
build: "cd ${pkgname}-${pkgver}\n\n./configure \\\n\t--prefix=/usr \\\n\t--mandir=/usr/share/man \\\n\t--disable-static \\\n\t--without-unit-tests\n\n\
make\nmake DESTDIR=${PKGDIR} install\n\nrm -rf ${PKGDIR}/usr/include/enchant\nln -sfv enchant-2 ${PKGDIR}/usr/include/enchant\n\
ln -sfv enchant-2 ${PKGDIR}/usr/bin/enchant\nln -sfv libenchant-2.so ${PKGDIR}/usr/lib/libenchant.so\nln -sfv enchant-2.pc\
\ ${PKGDIR}/usr/lib/pkgconfig/enchant.pc\n\n# Obsolets libs\n#rm -f ${PKGDIR}/usr/lib/enchant-2/enchant_aspell.la\nrm -f\
\ ${PKGDIR}/usr/lib/libenchant-2.la\n\ninstall -Dm644 COPYING.LIB ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING.LIB\n"
package: |
true