wok annotate gnome-vfs-i18n/receipt @ rev 20268
syslinux/isohybrid.sh: align efi partition to next MB
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Mar 16 23:25:35 2018 +0100 (2018-03-16) |
parents | 380ffe05937a |
children | 86790a278e70 |
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" |
al@19175 | 5 CATEGORY="localization" |
pascal@13535 | 6 SHORT_DESC="Language files for the GNOME Virtual File System libraries" |
pascal@13535 | 7 MAINTAINER="al.bobylev@gmail.com" |
pascal@15000 | 8 LICENSE="GPL2" |
al@19175 | 9 WEB_SITE="http://www.gnome.org/" |
pascal@13535 | 10 WANTED="gnome-vfs" |
pascal@13535 | 11 |
pascal@15000 | 12 DEPENDS="gnome-vfs" |
pascal@15000 | 13 |
pascal@13535 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13535 | 15 genpkg_rules() |
pascal@13535 | 16 { |
pascal@13535 | 17 mkdir -p $fs/usr/share/locale |
pascal@13535 | 18 cp -a $install/usr/share/locale/* $fs/usr/share/locale |
pascal@13535 | 19 } |