# SliTaz package receipt. PACKAGE="gnome-vfs-i18n" VERSION="2.24.4" CATEGORY="development" SHORT_DESC="Language files for the GNOME Virtual File System libraries" MAINTAINER="al.bobylev@gmail.com" DEPENDS="gnome-vfs" WEB_SITE="http://www.gnome.org" WANTED="gnome-vfs" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share/locale cp -a $_pkg/usr/share/locale/* $fs/usr/share/locale }