wok view locale-it-extra/receipt @ rev 13847

frogatto: try to fix build (Boost 1.47 removed a deprecated function...) btw, we use boost 1.50
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jan 09 01:13:47 2013 +0000 (2013-01-09)
parents 6f1eb2f503aa
children 48d3d669a814
line source
1 # SliTaz package receipt
3 PACKAGE="locale-it-extra"
4 VERSION="4.0"
5 CATEGORY="system-tools"
6 SHORT_DESC="Italian extra locale pack."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="glibc-base"
9 BUILD_DEPENDS="slitaz-i18n-extra"
10 WEB_SITE="http://www.slitaz.org/"
11 WANTED="slitaz-i18n-extra"
13 LOCALE="it"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 . $WOK/slitaz-i18n-extra/stuff/locale-pack.functions
19 . $WOK/slitaz-i18n-extra/stuff/locale-pack.conf
20 mk_locale_dir
21 get_extra_messages
22 }