mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
aspell: split library into a subpkg
This commit is contained in:
parent
7443b79b2b
commit
a14c52967b
3 changed files with 12 additions and 3 deletions
|
@ -554,8 +554,8 @@ libicudata.so.67 icu-libs-67.1_1
|
||||||
libicutu.so.67 icu-libs-67.1_1
|
libicutu.so.67 icu-libs-67.1_1
|
||||||
libicuuc.so.67 icu-libs-67.1_1
|
libicuuc.so.67 icu-libs-67.1_1
|
||||||
libicutest.so.67 icu-libs-67.1_1
|
libicutest.so.67 icu-libs-67.1_1
|
||||||
libaspell.so.15 aspell-0.60_1
|
libaspell.so.15 libaspell-0.60.8_2
|
||||||
libpspell.so.15 aspell-0.60_1
|
libpspell.so.15 libaspell-0.60.8_2
|
||||||
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
|
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
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'aspell'
|
# Template file for 'aspell'
|
||||||
pkgname=aspell
|
pkgname=aspell
|
||||||
version=0.60.8
|
version=0.60.8
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-compile-in-filters"
|
configure_args="--enable-compile-in-filters"
|
||||||
hostmakedepends="automake libtool gettext-devel perl"
|
hostmakedepends="automake libtool gettext-devel perl"
|
||||||
|
@ -22,6 +22,14 @@ pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
libaspell_package() {
|
||||||
|
short_desc+=" - library"
|
||||||
|
pkg_install() {
|
||||||
|
vmove "usr/lib/*.so.*"
|
||||||
|
vmove "usr/lib/aspell-*"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
aspell-devel_package() {
|
aspell-devel_package() {
|
||||||
depends="ncurses-devel libstdc++-devel aspell>=${version}_${revision}"
|
depends="ncurses-devel libstdc++-devel aspell>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
1
srcpkgs/libaspell
Symbolic link
1
srcpkgs/libaspell
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
aspell
|
Loading…
Add table
Reference in a new issue