29 lines
733 B
Bash
29 lines
733 B
Bash
# Template file for 'altlinuxHyph'
|
|
pkgname=hyphen
|
|
version=2.8.8
|
|
revision=1
|
|
build_style=gnu-configure
|
|
short_desc="ALTLinux hyphenation library"
|
|
hostmakedepends="perl"
|
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
|
license="GPL-3"
|
|
homepage="http://sourceforge.net/projects/hunspell/files/Hyphen"
|
|
distfiles="${SOURCEFORGE_SITE}/hunspell/$pkgname-$version.tar.gz"
|
|
checksum=304636d4eccd81a14b6914d07b84c79ebb815288c76fe027b9ebff6ff24d5705
|
|
|
|
hyphen-tools_package() {
|
|
depends="hyphen>=${version}_${revision}"
|
|
short_desc+=" - tools"
|
|
pkg_install() {
|
|
vmove usr/bin
|
|
}
|
|
}
|
|
|
|
hyphen-devel_package() {
|
|
depends="hyphen>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|