wok-next view gpa-langpack/receipt @ rev 18985

Add: Backgrounds created by the community. See: https://github.com/hackdorte/slitaz-community-backgrounds
author Leonardo Laporte <hackdorte@sapo.pt>
date Thu Mar 17 00:11:28 2016 -0300 (2016-03-17)
parents 1ed56a857949
children ac006a7bf27c
line source
1 # SliTaz package receipt.
3 PACKAGE="gpa-langpack"
4 VERSION="0.9.7"
5 CATEGORY="security"
6 SHORT_DESC="Gnu Privacy Assistant locales"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL3"
9 WANTED="gpa"
10 WEB_SITE="http://www.gnupg.org/"
12 DEPENDS="gpa"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/share
18 cp -a $install/usr/share/locale $fs/usr/share
19 }