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

slitaz-configs: up 5.1.5; slitaz-tools and slitaz-tools-boxes: up 5.4.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jul 16 20:16:33 2013 +0300 (2013-07-16)
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 }