wok annotate gnome-commander-i18n/receipt @ rev 15000

Add some GPL2 licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 17:00:38 2013 +0000 (2013-08-10)
parents 550ed61929fc
children f4c22f009037
rev   line source
pascal@13534 1 # SliTaz package receipt.
pascal@13534 2
pascal@13534 3 PACKAGE="gnome-commander-i18n"
pascal@13534 4 VERSION="1.2.8.15"
pascal@13534 5 CATEGORY="utilities"
pascal@13534 6 SHORT_DESC="Language files for Gnome Commander"
pascal@13534 7 MAINTAINER="al.bobylev@gmail.com"
pascal@15000 8 LICENCE="GPL2"
pascal@13534 9 WEB_SITE="http://www.nongnu.org/gcmd/"
pascal@13534 10 WANTED="gnome-commander"
pascal@13534 11
pascal@15000 12 DEPENDS="gnome-commander"
pascal@15000 13
pascal@13534 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13534 15 genpkg_rules()
pascal@13534 16 {
pascal@13534 17 mkdir -p $fs/usr/share/locale
pascal@13534 18 cp -a $install/usr/share/locale/* $fs/usr/share/locale
pascal@13534 19 }