diff --git a/common/shlibs b/common/shlibs index 9e047fad55..fd62f8f588 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1776,3 +1776,4 @@ 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 +libmythes-1.2.so.0 mythes-1.2.4_1 diff --git a/srcpkgs/mythes-devel b/srcpkgs/mythes-devel new file mode 120000 index 0000000000..8bb5d086e3 --- /dev/null +++ b/srcpkgs/mythes-devel @@ -0,0 +1 @@ +mythes \ No newline at end of file diff --git a/srcpkgs/mythes/template b/srcpkgs/mythes/template new file mode 100644 index 0000000000..f75477a6aa --- /dev/null +++ b/srcpkgs/mythes/template @@ -0,0 +1,22 @@ +# Template file for 'mythes' +pkgname=mythes +version=1.2.4 +revision=1 +build_style=gnu-configure +short_desc="Simple thesaurus that uses a structured text data" +maintainer="Enno Boland " +hostmakedepends="pkg-config" +makedepends="hunspell-devel" +license="GPL-3" +homepage="http://sourceforge.net/projects/hunspell/files/MyThes" +distfiles="${SOURCEFORGE_SITE}/hunspell/$pkgname-$version.tar.gz" +checksum=1e81f395d8c851c3e4e75b568e20fa2fa549354e75ab397f9de4b0e0790a305f + +mythes-devel_package() { + depends="mythes>=${version}_${revision} $makedepends" + short_desc+=" - development files" + pkg_install() { + vmove usr/include + vmove "usr/lib/*.so" + } +}