mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: enchant2-2.2.3.
This commit is contained in:
parent
bc991240a1
commit
6b520931e7
3 changed files with 28 additions and 0 deletions
|
@ -481,6 +481,7 @@ libicutest.so.59 icu-libs-59.1_1
|
||||||
libaspell.so.15 aspell-0.60_1
|
libaspell.so.15 aspell-0.60_1
|
||||||
libpspell.so.15 aspell-0.60_1
|
libpspell.so.15 aspell-0.60_1
|
||||||
libenchant.so.1 enchant-1.4.2_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
|
libgconf-2.so.4 GConf-2.32.0_1
|
||||||
libsoup-2.4.so.1 libsoup-2.34.0_1
|
libsoup-2.4.so.1 libsoup-2.34.0_1
|
||||||
libsoup-gnome-2.4.so.1 libsoup-gnome-2.34.0_1
|
libsoup-gnome-2.4.so.1 libsoup-gnome-2.34.0_1
|
||||||
|
|
1
srcpkgs/enchant2-devel
Symbolic link
1
srcpkgs/enchant2-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
enchant2
|
26
srcpkgs/enchant2/template
Normal file
26
srcpkgs/enchant2/template
Normal 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
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue