wok-6.x diff emacs-lisp-sources/receipt @ rev 9118
glibc-dev: ensure necessary packages are built
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Mar 05 13:14:44 2011 +0100 (2011-03-05) |
parents | 6aae08641f1e |
children | aeaa98a3fab5 |
line diff
1.1 --- a/emacs-lisp-sources/receipt Fri Aug 21 21:49:57 2009 +0200 1.2 +++ b/emacs-lisp-sources/receipt Sat Mar 05 13:14:44 2011 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="emacs-lisp-sources" 1.7 -VERSION="23.1" 1.8 +VERSION="23.2" 1.9 CATEGORY="development" 1.10 SHORT_DESC="The GNU Emacs editor - Lisp source files" 1.11 MAINTAINER="domcox@slitaz.org" 1.12 @@ -14,9 +14,12 @@ 1.13 genpkg_rules() 1.14 { 1.15 # lisp files 1.16 - LISP_DIR=" lisp lisp/calc lisp/calendar lisp/emacs-lisp lisp/emulation lisp/erc lisp/eshell \ 1.17 - lisp/gnus lisp/international lisp/language lisp/mail lisp/mh-e lisp/net lisp/nxml \ 1.18 - lisp/obsolete lisp/org lisp/play lisp/progmodes lisp/textmodes lisp/url" 1.19 + LISP_DIR=" lisp lisp/calc lisp/calendar lisp/cedet lisp/cedet/ede lisp/cedet/semantic \ 1.20 + lisp/cedet/semantic/analyze lisp/cedet/semantic/bovine lisp/cedet/semantic/decorate \ 1.21 + lisp/cedet/semantic/symref lisp/cedet/semantic/wisent lisp/emacs-lisp lisp/emulation \ 1.22 + lisp/erc lisp/eshell lisp/gnus lisp/international lisp/language lisp/mail lisp/mh-e \ 1.23 + lisp/net lisp/nxml lisp/obsolete lisp/org lisp/play lisp/progmodes lisp/textmodes lisp/url" 1.24 + 1.25 for dir in $LISP_DIR; do 1.26 echo -n "Copying $dir sources" 1.27 mkdir -p $fs/usr/share/$WANTED/$VERSION/$dir && \