xemacs-sumo: took over maintainership, remove uncompiled elisp when possible
This commit is contained in:
parent
af744c3a57
commit
6ad94e2e56
File diff suppressed because it is too large
Load Diff
@ -1,12 +1,8 @@
|
|||||||
# Packager: Daniel Mueller, daniel at danm dot de
|
# Packager: Daniel Mueller, daniel at danm dot de
|
||||||
# Maintainer: Johannes Winkelmann, jw at tks6 dot net
|
# Maintainer: Antti Nykänen, aon at iki dot fi
|
||||||
# URL: http://www.xemacs.org
|
# URL: http://www.xemacs.org
|
||||||
# Description: All packages for xemacs
|
# Description: All packages for xemacs
|
||||||
# Depends on: emacs, xemacs
|
# Depends on: xemacs
|
||||||
|
|
||||||
# Note:
|
|
||||||
# This is a *full*-featured version of xemacs. (about 20 MB!)
|
|
||||||
# I know.. it's not lightweight - but who said (x)emacs is ? ;-)
|
|
||||||
|
|
||||||
name=xemacs-sumo
|
name=xemacs-sumo
|
||||||
version=2006-12-21
|
version=2006-12-21
|
||||||
@ -15,5 +11,8 @@ source=(ftp://ftp.ch.xemacs.org/mirror/xemacs/packages/$name-$version.tar.bz2)
|
|||||||
build(){
|
build(){
|
||||||
mkdir -p $PKG/usr/lib/xemacs
|
mkdir -p $PKG/usr/lib/xemacs
|
||||||
mv xemacs-packages $PKG/usr/lib/xemacs/
|
mv xemacs-packages $PKG/usr/lib/xemacs/
|
||||||
|
find $PKG/usr/lib/xemacs -name "*.el" | while read file; do
|
||||||
|
[ -f ${file}c ] && rm -f $file
|
||||||
|
done
|
||||||
chown -R root:root $PKG
|
chown -R root:root $PKG
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user