wok-stable annotate gpa-langpack/receipt @ rev 7674

Fixed linux. Need to make folder PWD/_pkg before adding bzImage to it. Also i'm force copying kernel config file now so we have the right config. It is copyed twice so its needed and doesn't hunt anything i think.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 16 17:16:06 2010 +0000 (2010-12-16)
parents
children 129bb5b11a7e
rev   line source
erjo@1345 1 # SliTaz package receipt.
erjo@1345 2
erjo@1345 3 PACKAGE="gpa-langpack"
erjo@1345 4 VERSION="0.7.5"
erjo@1345 5 CATEGORY="security"
erjo@1345 6 SHORT_DESC="Gnu Privacy Assistant locales"
erjo@1345 7 MAINTAINER="erjo@slitaz.org"
erjo@1345 8 DEPENDS="gpa"
erjo@1345 9 WANTED="gpa"
erjo@1345 10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
erjo@1345 11 WEB_SITE="http://www.gnupg.org/"
erjo@1345 12
erjo@1345 13 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@1345 14 genpkg_rules()
erjo@1345 15 {
erjo@1345 16 mkdir -p $fs/usr/share
erjo@1345 17
erjo@1345 18 cp -a $_pkg/usr/share/locale $fs/usr/share
erjo@1345 19 }
erjo@1345 20