wok view gucharmap-i18n/receipt @ rev 15854

twisted: Add zopeinterface to build depends.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Jan 28 05:56:16 2014 +0000 (2014-01-28)
parents feeef374a05a
children 7042a09beaeb
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 LICENSE="GPL3"
9 WEB_SITE="https://live.gnome.org/Gucharmap"
10 WANTED="gucharmap"
12 DEPENDS="gucharmap"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/share/locale
18 cp -a $install/usr/share/locale/* $fs/usr/share/locale
19 }