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

libQtScript - fix typo
author ernia <monghitri@aruba.it>
date Tue Feb 12 05:08:04 2013 +0000 (2013-02-12)
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 }