wok view gpa-langpack/receipt @ rev 6848

Fix depends: Remove xorg-xf86-input-evdev & xorg-xf86-video-vesa from xorg-server depends and put them as suggested - xorg can use other drivers
author Antoine Bodin <gokhlayeh@slitaz.org>
date Wed Oct 20 12:31:54 2010 +0200 (2010-10-20)
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 }