wok view anthy-dev/receipt @ rev 24792
updated libgdiplus and libgdiplus-dev (6.0.4 -> 6.0.5)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Mar 21 14:27:40 2022 +0100 (2022-03-21) |
parents | |
children | 72fb3028d8ce |
line source
1 # SliTaz package receipt.
3 PACKAGE="anthy-dev"
4 VERSION="9100h"
5 CATEGORY="utilities"
6 SHORT_DESC="Hiragana text to Kana Kanji mixed text Japanese input method - development files."
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="GPL2+"
9 WEB_SITE="https://anthy.osdn.jp/"
11 DEPENDS="anthy"
12 WANTED="anthy"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 cook_copy_folders include
18 cook_copy_folders pkgconfig
19 cook_copy_files *.*a
20 }