New package: hyphen-2.8.8
This commit is contained in:
parent
96a1d750f6
commit
82f4b9c386
4 changed files with 32 additions and 0 deletions
|
@ -1775,3 +1775,4 @@ libwpd-0.10.so.10 libwpd-0.10.0_1
|
|||
libwps-0.3.so.3 libwps-0.3.0_1
|
||||
libwpg-0.3.so.3 libwpg-0.3.0_1
|
||||
libvigraimpex.so.5 vigra-1.10.0_1
|
||||
libhyphen.so.0 hyphen-2.8.8_1
|
||||
|
|
1
srcpkgs/hyphen-devel
Symbolic link
1
srcpkgs/hyphen-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
hyphen
|
1
srcpkgs/hyphen-tools
Symbolic link
1
srcpkgs/hyphen-tools
Symbolic link
|
@ -0,0 +1 @@
|
|||
hyphen
|
29
srcpkgs/hyphen/template
Normal file
29
srcpkgs/hyphen/template
Normal file
|
@ -0,0 +1,29 @@
|
|||
# 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 <eb@s01.de>"
|
||||
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} $makedepends"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue