blob: bce6d5abffcbb45fae8dc3a0f65a98775ecc3810 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
# $Header
S=${WORKDIR}
DESCRIPTION="Berlin-1.0 -- Install this package first, it sets up the environment and depends on everything else"
HOMEPAGE="http://www.berlin-consortium.org/"
src_install() {
insinto /etc/env.d
doins ${FILESDIR}/90berlin
}
|