blob: 7624f1fb0e0542379e727debe1e51a1a73e06c2c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/libelysium/libelysium-0.99.5.ebuild,v 1.1 2003/05/01 00:00:38 bass Exp $
inherit gnome2
DESCRIPTION="Utility libraries for the Elysium project."
SRC_URI="mirror://sourceforge/elysium-project/${P}.tar.gz"
HOMEPAGE="http://elysium-project.sourceforge.net"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
DEPEND=""
#RDEPEND=""
S=${WORKDIR}/${P}
|