wok view gnome-vfs-i18n/receipt @ rev 14774

Up xorg-libXi (1.7.1.901), see http://www.x.org/wiki/Development/Security/Advisory-2013-05-23
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jun 30 10:36:53 2013 +0200 (2013-06-30)
parents
children 380ffe05937a
line source
1 # SliTaz package receipt.
3 PACKAGE="gnome-vfs-i18n"
4 VERSION="2.24.4"
5 CATEGORY="development"
6 SHORT_DESC="Language files for the GNOME Virtual File System libraries"
7 MAINTAINER="al.bobylev@gmail.com"
8 DEPENDS="gnome-vfs"
9 WEB_SITE="http://www.gnome.org"
10 WANTED="gnome-vfs"
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 }