wok-6.x view gpa-langpack/receipt @ rev 6952

Fixed a bug in gobject-introspection. Looks like /usr/lib/girepository-1.0 is needed gobject-introspection instead of the -dev package.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Oct 25 22:01:57 2010 +0000 (2010-10-25)
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 }