wok-current annotate gnome-vfs-i18n/receipt @ rev 13535
gnome-vfs: repaired (from unwork state); added gnome-vfs-i18n (optional lang files)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Oct 23 11:28:07 2012 +0200 (2012-10-23) |
parents | |
children | 380ffe05937a |
rev | line source |
---|---|
pascal@13535 | 1 # SliTaz package receipt. |
pascal@13535 | 2 |
pascal@13535 | 3 PACKAGE="gnome-vfs-i18n" |
pascal@13535 | 4 VERSION="2.24.4" |
pascal@13535 | 5 CATEGORY="development" |
pascal@13535 | 6 SHORT_DESC="Language files for the GNOME Virtual File System libraries" |
pascal@13535 | 7 MAINTAINER="al.bobylev@gmail.com" |
pascal@13535 | 8 DEPENDS="gnome-vfs" |
pascal@13535 | 9 WEB_SITE="http://www.gnome.org" |
pascal@13535 | 10 WANTED="gnome-vfs" |
pascal@13535 | 11 |
pascal@13535 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13535 | 13 genpkg_rules() |
pascal@13535 | 14 { |
pascal@13535 | 15 mkdir -p $fs/usr/share/locale |
pascal@13535 | 16 cp -a $install/usr/share/locale/* $fs/usr/share/locale |
pascal@13535 | 17 } |