hunspell: sanitize deps, bumprev.
--HG-- extra : convert_revision : 557e5fa823c5940dd8df7f922b9fe69c343ad8ac
This commit is contained in:
parent
f1d3736139
commit
d5b2774dcb
3 changed files with 12 additions and 3 deletions
|
@ -5,6 +5,10 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
revision=1
|
||||||
|
|
||||||
|
Add_dependency run libstdc++-devel
|
||||||
|
Add_dependency run ncursesw-devel
|
||||||
Add_dependency run hunspelll
|
Add_dependency run hunspelll
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'hunspell'
|
# Template file for 'hunspell'
|
||||||
pkgname=hunspell
|
pkgname=hunspell
|
||||||
version=1.2.8
|
version=1.2.8
|
||||||
|
revision=1
|
||||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--with-ui"
|
configure_args="--with-ui"
|
||||||
|
@ -20,9 +21,12 @@ long_desc="
|
||||||
* Hunspell is based on MySpell and works also with MySpell dictionaries.
|
* Hunspell is based on MySpell and works also with MySpell dictionaries.
|
||||||
* GPL/LGPL/MPL tri-license."
|
* GPL/LGPL/MPL tri-license."
|
||||||
|
|
||||||
# XXX Add ncursesw dependency
|
|
||||||
subpackages="$pkgname-devel"
|
subpackages="$pkgname-devel"
|
||||||
|
Add_dependency run libgcc
|
||||||
|
Add_dependency run glibc
|
||||||
|
Add_dependency run libstdc++
|
||||||
|
Add_dependency run ncursesw
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build bison
|
Add_dependency build bison
|
||||||
Add_dependency full glibc
|
Add_dependency build libstdc++-devel
|
||||||
Add_dependency full ncurses
|
Add_dependency build ncursesw-devel
|
||||||
|
|
|
@ -453,3 +453,4 @@ libicudata.so.42 icu-libs icu-devel
|
||||||
libicutu.so.42 icu-libs icu-devel
|
libicutu.so.42 icu-libs icu-devel
|
||||||
libicuuc.so.42 icu-libs icu-devel
|
libicuuc.so.42 icu-libs icu-devel
|
||||||
libaspell.so.15 aspell aspell-devel
|
libaspell.so.15 aspell aspell-devel
|
||||||
|
libhunspell-1.2.so hunspell hunspell-devel
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue