wok-6.x annotate emacs-pkg-text-translator/receipt @ rev 17172
Up firefox-official (32.0.3) CVE-2014-1568
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Sep 25 15:28:17 2014 +0200 (2014-09-25) |
parents | f2430744a95d |
children | dfef8de3d270 |
rev | line source |
---|---|
domcox@8451 | 1 # SliTaz package receipt. |
domcox@8451 | 2 |
domcox@8451 | 3 PACKAGE="emacs-pkg-text-translator" |
domcox@8451 | 4 VERSION="0.6.6.1" |
domcox@8451 | 5 CATEGORY="development" |
domcox@14089 | 6 SHORT_DESC="Translates strings by using translation services on the web." |
domcox@8451 | 7 MAINTAINER="domcox@slitaz.org" |
pascal@15202 | 8 LICENSE="GPL3" |
domcox@8451 | 9 WEB_SITE="http://d.hatena.ne.jp/khiker/20070503/emacs_text_translator" |
domcox@8451 | 10 TAGS="emacs" |
domcox@8451 | 11 |
pascal@15202 | 12 DEPENDS="emacs" |
domcox@8451 | 13 |
domcox@8451 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
domcox@8451 | 15 genpkg_rules() |
domcox@8451 | 16 { |
domcox@14089 | 17 echo -n "Installing start file" |
domcox@14089 | 18 mkdir -p $fs/usr/share/emacs/site-lisp/site-start.d && \ |
domcox@14089 | 19 cp -a stuff/90*.el $fs/usr/share/emacs/site-lisp/site-start.d |
domcox@14089 | 20 status |
domcox@14089 | 21 |
domcox@8451 | 22 echo -n "Installing text-translator" |
domcox@8451 | 23 mkdir -p $fs/usr/share/emacs/site-lisp/text-translator && \ |
domcox@14089 | 24 cp -a stuff/text*.el $fs/usr/share/emacs/site-lisp/text-translator |
domcox@8451 | 25 status |
domcox@8451 | 26 } |
domcox@8451 | 27 |
domcox@8451 | 28 post_install() |
domcox@8451 | 29 { |
domcox@8451 | 30 tazpkg reconfigure emacs |
domcox@8451 | 31 } |
domcox@8451 | 32 |
domcox@8451 | 33 post_remove() |
domcox@8451 | 34 { |
domcox@8451 | 35 tazpkg reconfigure emacs |
domcox@8451 | 36 } |