blob: cf7623d2161dc624a86d632cc3ff33e2ab086e84 (
plain)
1 # Packager: Daniel Mueller, daniel at danm dot de
2 # Maintainer: Johannes Winkelmann, jw at tks6 dot net
3 # URL: http://www.xemacs.org
4 # Description: All packages for xemacs
5 # Depends on: emacs, xemacs
6
7 # Note:
8 # This is a *full*-featured version of xemacs. (about 20 MB!)
9 # I know.. it's not lightweight - but who said (x)emacs is ? ;-)
10
11 name=xemacs-sumo
12 version=2006-12-21
13 release=1
14 source=(ftp://ftp.ch.xemacs.org/mirror/xemacs/packages/$name-$version.tar.bz2)
15 build(){
16 mkdir -p $PKG/usr/lib/xemacs
17 mv xemacs-packages $PKG/usr/lib/xemacs/
18 chown -R root:root $PKG
19 }
|