New package: enchant2-2.2.3.

This commit is contained in:
maxice8 2018-03-11 21:47:48 -03:00 committed by Enno Boland
parent bc991240a1
commit 6b520931e7
3 changed files with 28 additions and 0 deletions

View file

@ -481,6 +481,7 @@ libicutest.so.59 icu-libs-59.1_1
libaspell.so.15 aspell-0.60_1
libpspell.so.15 aspell-0.60_1
libenchant.so.1 enchant-1.4.2_1
libenchant-2.so.2 enchant2-2.2.3_1
libgconf-2.so.4 GConf-2.32.0_1
libsoup-2.4.so.1 libsoup-2.34.0_1
libsoup-gnome-2.4.so.1 libsoup-gnome-2.34.0_1

1
srcpkgs/enchant2-devel Symbolic link
View file

@ -0,0 +1 @@
enchant2

26
srcpkgs/enchant2/template Normal file
View file

@ -0,0 +1,26 @@
# Template file for 'enchant2'
pkgname=enchant2
version=2.2.3
revision=1
wrksrc="enchant-${version}"
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="glib-devel hunspell-devel"
short_desc="Generic spell checking library"
license="LGPL-2.1-or-later"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
homepage="https://abiword.github.io/enchant/"
distfiles="https://github.com/AbiWord/enchant/releases/download/v${version}/enchant-${version}.tar.gz"
checksum=abd8e915675cff54c0d4da5029d95c528362266557c61c7149d53fa069b8076d
enchant2-devel_package() {
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.a"
vmove "usr/lib/enchant-2/*.a"
vmove "usr/lib/*.so"
vmove usr/lib/pkgconfig
}
}