New package: mythes-1.2.4
This commit is contained in:
parent
82f4b9c386
commit
3a5f4108c1
3 changed files with 24 additions and 0 deletions
|
@ -1776,3 +1776,4 @@ libwps-0.3.so.3 libwps-0.3.0_1
|
||||||
libwpg-0.3.so.3 libwpg-0.3.0_1
|
libwpg-0.3.so.3 libwpg-0.3.0_1
|
||||||
libvigraimpex.so.5 vigra-1.10.0_1
|
libvigraimpex.so.5 vigra-1.10.0_1
|
||||||
libhyphen.so.0 hyphen-2.8.8_1
|
libhyphen.so.0 hyphen-2.8.8_1
|
||||||
|
libmythes-1.2.so.0 mythes-1.2.4_1
|
||||||
|
|
1
srcpkgs/mythes-devel
Symbolic link
1
srcpkgs/mythes-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
mythes
|
22
srcpkgs/mythes/template
Normal file
22
srcpkgs/mythes/template
Normal file
|
@ -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 <eb@s01.de>"
|
||||||
|
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"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue