wok view gucharmap-i18n/receipt @ rev 13985

xdg-utils: up to 1.1.0-rc1 , xdg-open support LXDE too
author ernia <monghitri@aruba.it>
date Fri Feb 08 22:07:00 2013 +0000 (2013-02-08)
parents
children 380ffe05937a
line source
1 # SliTaz package receipt.
3 PACKAGE="gucharmap-i18n"
4 VERSION="3.0.1"
5 CATEGORY="utilities"
6 SHORT_DESC="Language files for GNOME Character Map"
7 MAINTAINER="al.bobylev@gmail.com"
8 DEPENDS="gucharmap"
9 WEB_SITE="https://live.gnome.org/Gucharmap"
10 WANTED="gucharmap"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/share/locale
16 cp -a $install/usr/share/locale/* $fs/usr/share/locale
17 }