python-texttable: update to 1.3.1
[void-packages.git] / srcpkgs / anthy / template
blob15ab07d942e12bbd266235b21e613da1f2574bb0
1 # Template file for 'anthy'
2 pkgname=anthy
3 version=9100h
4 revision=2
5 _filecode=37536
6 conf_files="/etc/anthy-conf"
7 build_style=gnu-configure
8 configure_args="--disable-static"
9 short_desc="Hiragana text to Kana Kanji mixed text Japanese input method"
10 maintainer="7185 <7185@free.fr>"
11 license="LGPL-2.1"
12 homepage="http://osdn.jp/projects/anthy/"
13 distfiles="http://dl.sourceforge.jp/anthy/${_filecode}/${pkgname}-${version}.tar.gz"
14 checksum="d256f075f018b4a3cb0d165ed6151fda4ba7db1621727e0eb54569b6e2275547"
15 # Would need to build lt-mkdepgraph for the host
16 nocross=yes
18 anthy-devel_package() {
19         short_desc+=" - development files"
20         depends="${sourcepkg}-${version}_${revision}"
21         pkg_install() {
22                 vmove usr/include
23                 vmove usr/lib/pkgconfig
24                 vmove usr/lib/*.so
25         }