opt/xemacs-sumo/Pkgfile

20 lines
570 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Packager: Daniel Mueller, daniel at danm dot de
# Maintainer: Johannes Winkelmann, jw at tks6 dot net
# URL: http://www.xemacs.org
# Description: All packages for xemacs
# Depends on: emacs, 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
2007-01-21 12:47:18 +01:00
version=2006-12-21
2006-02-23 16:26:10 +01:00
release=1
source=(ftp://ftp.ch.xemacs.org/mirror/xemacs/packages/$name-$version.tar.bz2)
build(){
mkdir -p $PKG/usr/lib/xemacs
mv xemacs-packages $PKG/usr/lib/xemacs/
chown -R root:root $PKG
}