wok-current view xsane-locales/receipt @ rev 23361
updated perl-locale-gettext (1.05 -> 1.07)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 31 10:54:06 2020 +0100 (2020-03-31) |
parents | a1bbe2fd9975 |
children | 5926178cd6fa |
line source
1 # SliTaz package receipt.
3 PACKAGE="xsane-locales"
4 VERSION="0.999"
5 CATEGORY="office"
6 SHORT_DESC="XSane locales (for the graphical scanning frontend)"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.xsane.org/"
10 WANTED="xsane"
12 DEPENDS="xsane"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/share
18 cp -a $install/usr/share/locale $fs/usr/share
19 }