blob: ef2b22a17c163145cde36bd10cb7b0aa9dd7facc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-wm/gnustep-env/gnustep-env-0.1.ebuild,v 1.15 2004/06/19 13:25:02 pyrania Exp $
DESCRIPTION="Exports GNUSTEP_LOCAL_ROOT"
HOMEPAGE="http://www.gentoo.org"
LICENSE="LGPL-2.1"
KEYWORDS="x86 sparc ppc"
SLOT="0"
IUSE=""
src_install() {
# Does anyone use GNUstep ? Hopefully this will be fixed when
# someone package GNUstep, otherwise should work just fine.
insinto /etc/env.d
doins ${FILESDIR}/10gnustep
}
|