1SUMMARY="Ukrainian dictionary for aspell program/library"
2DESCRIPTION="Ukrainian (��������������������) dictionary for the GNU Aspell program, an \
3open source spell checker."
4HOMEPAGE="http://aspell.net/"
5COPYRIGHT="1999 Vladimir Yakovchuk, Oleg Podgurniy
6	2001 Maksym Polyakov
7	2001, 2005-2007 Andriy Rysin (������������ ����������)
8	2001, 2005 Dmytro Kovalyov (������������ ����������������)
9	2002 Valentyn Solomko, Volodymyr M. Lisivka
10	2005 Eugeniy Meshcheryakov (�������������� ������������������)"
11LICENSE="GNU GPL v2"
12REVISION="1"
13SOURCE_URI="http://ftpmirror.gnu.org/aspell/dict/uk/aspell6-uk-${portVersion/\~/-}.tar.bz2"
14CHECKSUM_SHA256="35f9a7e840c1272706bc6dd172bc9625cbd843d021094da8598a6abba525f18c"
15SOURCE_DIR="aspell6-uk-${portVersion/\~/-}"
16
17ARCHITECTURES="any"
18
19PROVIDES="
20	aspell_uk = $portVersion
21	"
22REQUIRES="
23	haiku
24	aspell >= 0.60
25	"
26
27BUILD_REQUIRES="
28	devel:libaspell
29	"
30BUILD_PREREQUIRES="
31	haiku_devel
32	cmd:basename
33	cmd:make
34	cmd:prezip_bin
35	cmd:which
36	"
37
38BUILD()
39{
40	./configure
41	make
42}
43
44INSTALL()
45{
46	spellDir=$dataDir/$(basename $(aspell dump config dict-dir))
47	make dictdir=$spellDir datadir=$spellDir install
48}
49