wok view gpa-langpack/receipt @ rev 7982

Fix: patch two bugs in make 3.82
author Antoine Bodin <gokhlayeh@slitaz.org>
date Mon Jan 17 18:24:29 2011 +0100 (2011-01-17)
parents
children 129bb5b11a7e
line source
1 # SliTaz package receipt.
3 PACKAGE="gpa-langpack"
4 VERSION="0.7.5"
5 CATEGORY="security"
6 SHORT_DESC="Gnu Privacy Assistant locales"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="gpa"
9 WANTED="gpa"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WEB_SITE="http://www.gnupg.org/"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/share
18 cp -a $_pkg/usr/share/locale $fs/usr/share
19 }