wok-next view lyx-locales/receipt @ rev 14458
Up: nagios-nsca (2.9.1)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sat Apr 27 02:50:53 2013 +0200 (2013-04-27) |
parents | 3f894c09b713 |
children | 7896f0694ef6 |
line source
1 # SliTaz package receipt.
3 PACKAGE="lyx-locales"
4 VERSION="2.0.5.1"
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 }