wok annotate lyx-locales/receipt @ rev 19015

Up cookutils (795), slitaz-icons-faenza*: fix version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Apr 01 10:19:59 2016 +0200 (2016-04-01)
parents c381a12e66ee
children 7042a09beaeb
rev   line source
al@13906 1 # SliTaz package receipt.
al@13906 2
al@13906 3 PACKAGE="lyx-locales"
al@13912 4 VERSION="2.0.5.1"
al@13906 5 CATEGORY="office"
al@13906 6 SHORT_DESC="Locale files for LyX"
al@13906 7 MAINTAINER="al.bobylev@gmail.com"
pascal@15002 8 LICENSE="GPL2"
al@13906 9 WEB_SITE="http://www.lyx.org"
al@13906 10 WANTED="lyx"
pascal@15002 11
al@13906 12 DEPENDS="lyx"
al@13906 13
al@13906 14 # Rules to gen a SliTaz package suitable for Tazpkg.
al@13906 15 genpkg_rules()
al@13906 16 {
al@13906 17 mkdir -p $fs/usr/share
al@13906 18 cp -a $install/usr/share/locale $fs/usr/share
al@13906 19 }