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

Trying to fix ape support in deadbeef
author Brenton Scott <admin@trixarian.net>
date Sat Nov 24 17:37:27 2012 +0200 (2012-11-24)
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 }