wok-stable annotate gnome-vfs-i18n/receipt @ rev 12460

fix symlinks
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Apr 28 09:09:24 2017 +0200 (2017-04-28)
parents
children
rev   line source
al@12347 1 # SliTaz package receipt.
al@12347 2
al@12347 3 PACKAGE="gnome-vfs-i18n"
al@12347 4 VERSION="2.24.4"
al@12347 5 CATEGORY="development"
al@12347 6 SHORT_DESC="Language files for the GNOME Virtual File System libraries"
al@12347 7 MAINTAINER="al.bobylev@gmail.com"
al@12347 8 DEPENDS="gnome-vfs"
al@12347 9 WEB_SITE="http://www.gnome.org"
al@12347 10 WANTED="gnome-vfs"
al@12347 11
al@12347 12 # Rules to gen a SliTaz package suitable for Tazpkg.
al@12347 13 genpkg_rules()
al@12347 14 {
al@12347 15 mkdir -p $fs/usr/share/locale
al@12347 16 cp -a $_pkg/usr/share/locale/* $fs/usr/share/locale
al@12347 17 }