wok-6.x diff poedit-i18n/receipt @ rev 18739
Up firefox-official(43.0.2)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Dec 23 15:31:48 2015 +0200 (2015-12-23) |
parents | |
children | 7042a09beaeb |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/poedit-i18n/receipt Wed Dec 23 15:31:48 2015 +0200 1.3 @@ -0,0 +1,19 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="poedit-i18n" 1.7 +VERSION="1.8.6" 1.8 +CATEGORY="misc" 1.9 +SHORT_DESC="Translations for Poedit" 1.10 +MAINTAINER="al.bobylev@gmail.com" 1.11 +LICENSE="MIT" 1.12 +WEB_SITE="http://poedit.net/" 1.13 + 1.14 +WANTED="poedit" 1.15 +DEPENDS="poedit" 1.16 + 1.17 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.18 +genpkg_rules() 1.19 +{ 1.20 + mkdir -p $fs/usr/share 1.21 + cp -a $install/usr/share/locale $fs/usr/share 1.22 +}