1
0
forked from ports/opt
opt/xemacs-sumo/Pkgfile
Johannes Winkelmann 575fab944c remove $Id:$ Lines
2005-11-09 22:59:50 +00:00

20 lines
570 B
Plaintext

# 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
version=2005-07-15
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
}