wok diff gnome-vfs-i18n/receipt @ rev 14249

gxine: fix build for 0.5.905 (last 0.5.907 have lirc bugs)
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 25 11:24:21 2013 +0100 (2013-03-25)
parents
children 380ffe05937a
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gnome-vfs-i18n/receipt	Mon Mar 25 11:24:21 2013 +0100
     1.3 @@ -0,0 +1,17 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="gnome-vfs-i18n"
     1.7 +VERSION="2.24.4"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Language files for the GNOME Virtual File System libraries"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +DEPENDS="gnome-vfs"
    1.12 +WEB_SITE="http://www.gnome.org"
    1.13 +WANTED="gnome-vfs"
    1.14 +
    1.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.16 +genpkg_rules()
    1.17 +{
    1.18 +	mkdir -p $fs/usr/share/locale
    1.19 +	cp -a $install/usr/share/locale/* $fs/usr/share/locale
    1.20 +}