wok annotate gucharmap-i18n/receipt @ rev 13533
Added: gucharmap (GNOME Character Map), gucharmap-i18n (lang files); itstool (dependence for gucharmap); ubuntu-font-family
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Oct 23 11:11:41 2012 +0200 (2012-10-23) |
parents | |
children | 380ffe05937a |
rev | line source |
---|---|
pascal@13533 | 1 # SliTaz package receipt. |
pascal@13533 | 2 |
pascal@13533 | 3 PACKAGE="gucharmap-i18n" |
pascal@13533 | 4 VERSION="3.0.1" |
pascal@13533 | 5 CATEGORY="utilities" |
pascal@13533 | 6 SHORT_DESC="Language files for GNOME Character Map" |
pascal@13533 | 7 MAINTAINER="al.bobylev@gmail.com" |
pascal@13533 | 8 DEPENDS="gucharmap" |
pascal@13533 | 9 WEB_SITE="https://live.gnome.org/Gucharmap" |
pascal@13533 | 10 WANTED="gucharmap" |
pascal@13533 | 11 |
pascal@13533 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13533 | 13 genpkg_rules() |
pascal@13533 | 14 { |
pascal@13533 | 15 mkdir -p $fs/usr/share/locale |
pascal@13533 | 16 cp -a $install/usr/share/locale/* $fs/usr/share/locale |
pascal@13533 | 17 } |