wok view gpa-langpack/receipt @ rev 6488

Added parted of squashfs patch for kernel that was missing. I think its need since unlzma cause kernel oops. Its changes CONFIG_DECOMPRESS_LZMA to obj instead of a lib. I hope this didn't screw squashfs/kernel.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Sep 30 19:35:44 2010 +0000 (2010-09-30)
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 }