wok-stable view lyx-locales/receipt @ rev 12409

aria2: update deps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 22 21:23:03 2013 +0000 (2013-11-22)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="lyx-locales"
4 VERSION="1.6.9"
5 CATEGORY="office"
6 SHORT_DESC="Locale files for LyX"
7 MAINTAINER="al.bobylev@gmail.com"
8 WEB_SITE="http://www.lyx.org"
9 WANTED="lyx"
10 DEPENDS="lyx"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/share
16 cp -a $install/usr/share/locale $fs/usr/share
17 }