wok-4.x view gpa-langpack/receipt @ rev 1465

update BUILD_DEPENDS in asunder clearlooks evas gcolor2 gnome-menus grsync intltool libiec61883 libwnck neon poedit portmap pycairo shared-mime-info tsclient xorg-libICE xorg-xload
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 04 09:01:05 2008 +0000 (2008-10-04)
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 }