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

gcc: Removed gawk in build depends. Added check like the one glibc has to install if cook script is found. Fixed tazwok cookorder i hope.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun May 22 16:40:19 2011 +0000 (2011-05-22)
parents 129bb5b11a7e
children
rev   line source
erjo@1345 1 # SliTaz package receipt.
erjo@1345 2
erjo@1345 3 PACKAGE="gpa-langpack"
gokhlayeh@9185 4 VERSION="0.9.0"
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 WEB_SITE="http://www.gnupg.org/"
erjo@1345 11
erjo@1345 12 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@1345 13 genpkg_rules()
erjo@1345 14 {
erjo@1345 15 mkdir -p $fs/usr/share
erjo@1345 16
erjo@1345 17 cp -a $_pkg/usr/share/locale $fs/usr/share
erjo@1345 18 }
erjo@1345 19