wok-6.x view gnome-vfs-i18n/receipt @ rev 23252
updated nss-ldapd (0.7.15 -> 0.9.11)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Mar 25 14:43:12 2020 +0100 (2020-03-25) |
parents | 7042a09beaeb |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="gnome-vfs-i18n"
4 VERSION="2.24.4"
5 CATEGORY="localization"
6 SHORT_DESC="Language files for the GNOME Virtual File System libraries"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.gnome.org/"
10 WANTED="gnome-vfs"
12 DEPENDS="gnome-vfs"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/share/locale
18 cp -a $install/usr/share/locale/* $fs/usr/share/locale
19 }