diff --git a/common/shlibs b/common/shlibs index 74e5b8f9a3..9e047fad55 100644 --- a/common/shlibs +++ b/common/shlibs @@ -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 diff --git a/srcpkgs/hyphen-devel b/srcpkgs/hyphen-devel new file mode 120000 index 0000000000..99c3777d1f --- /dev/null +++ b/srcpkgs/hyphen-devel @@ -0,0 +1 @@ +hyphen \ No newline at end of file diff --git a/srcpkgs/hyphen-tools b/srcpkgs/hyphen-tools new file mode 120000 index 0000000000..99c3777d1f --- /dev/null +++ b/srcpkgs/hyphen-tools @@ -0,0 +1 @@ +hyphen \ No newline at end of file diff --git a/srcpkgs/hyphen/template b/srcpkgs/hyphen/template new file mode 100644 index 0000000000..a2421961ca --- /dev/null +++ b/srcpkgs/hyphen/template @@ -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 " +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" + } +}