wok-current view lxterminal-locales/receipt @ rev 21291
updated libsdl-mixer and libsdl-mixer-dev (1.2.11 -> 1.2.12)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 16 17:37:23 2019 +0100 (2019-04-16) |
parents | 7042a09beaeb |
children | 36d26d8d1434 |
line source
1 # SliTaz package receipt.
3 PACKAGE="lxterminal-locales"
4 VERSION="0.2.0"
5 CATEGORY="localization"
6 SHORT_DESC="LXDE terminal emulator locale files"
7 MAINTAINER="gokhlayeh@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="lxterminal"
10 WEB_SITE="https://lxde.org"
11 TAGS="LXDE locale"
13 DEPENDS="lxterminal"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/share
19 cp -a $install/usr/share/locale $fs/usr/share
20 }