wok rev 14089

Up: emacs-pkg-text-translator: tidy receipt
author Dominique Corbex <domcox@slitaz.org>
date Fri Feb 22 21:16:14 2013 +0100 (2013-02-22)
parents 62aaad21141d
children b80aaa8871bb
files emacs-pkg-text-translator/receipt
line diff
     1.1 --- a/emacs-pkg-text-translator/receipt	Fri Feb 22 21:15:53 2013 +0100
     1.2 +++ b/emacs-pkg-text-translator/receipt	Fri Feb 22 21:16:14 2013 +0100
     1.3 @@ -3,7 +3,7 @@
     1.4  PACKAGE="emacs-pkg-text-translator"
     1.5  VERSION="0.6.6.1"
     1.6  CATEGORY="development"
     1.7 -SHORT_DESC="Translates strings on Emacs by using translation services that exists on the Internet."
     1.8 +SHORT_DESC="Translates strings by using translation services on the web."
     1.9  MAINTAINER="domcox@slitaz.org"
    1.10  DEPENDS="emacs"
    1.11  WEB_SITE="http://d.hatena.ne.jp/khiker/20070503/emacs_text_translator"
    1.12 @@ -13,14 +13,14 @@
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 +	echo -n "Installing start file"
    1.17 +	mkdir -p $fs/usr/share/emacs/site-lisp/site-start.d && \
    1.18 +	cp -a stuff/90*.el $fs/usr/share/emacs/site-lisp/site-start.d
    1.19 +	status
    1.20 +
    1.21  	echo -n "Installing text-translator"
    1.22  	mkdir -p $fs/usr/share/emacs/site-lisp/text-translator && \
    1.23 -	cp stuff/text*.el $fs/usr/share/emacs/site-lisp/text-translator
    1.24 -	status
    1.25 -
    1.26 -	echo -n "Installing start file"
    1.27 -	mkdir -p $fs/usr/share/emacs/site-lisp/site-start.d && \
    1.28 -	cp stuff/90*.el $fs/usr/share/emacs/site-lisp/site-start.d
    1.29 +	cp -a stuff/text*.el $fs/usr/share/emacs/site-lisp/text-translator
    1.30  	status
    1.31  }
    1.32