summaryrefslogtreecommitdiff
blob: 376e1f9581049c321da47f28ce23b5e0ed10cea5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: Arcady Genkin <agenkin@thpoon.com>
# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs-packages-sumo/xemacs-packages-sumo-2002.03.29.ebuild,v 1.1 2002/04/01 16:32:20 agenkin Exp $

DESCRIPTION="The SUMO bundle of ELISP packages for Xemacs"
HOMEPAGE="http://www.xemacs.org"
SRC_URI="http://ftp.us.xemacs.org/ftp/pub/xemacs/packages/xemacs-sumo-2002-03-29.tar.bz2"

S="${WORKDIR}"
DEPEND=""

src_install () {
	mkdir -p "${D}/usr/lib/xemacs"
	mv "${S}/xemacs-packages" "${D}/usr/lib/xemacs/"
}