blob: 63d094fa2ea0a91d61eb952c82c09bdc329c7444 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/openbox-2.0.0-r2.ebuild,v 1.1 2002/09/05 04:34:53 seemant Exp $
inherit commonbox
S=${WORKDIR}/${P}
DESCRIPTION="Window manager based on BlackBox"
SRC_URI="ftp://sunsite.dk/projects/openbox/${P}.tar.gz"
HOMEPAGE="http://openbox.sunsite.dk"
SLOT="2"
LICENSE="BSD"
KEYWORDS="x86 sparc sparc64"
MYBIN="${PN}-dev"
mydoc="CHANGE* TODO LICENSE data/README*"
myconf="--enable-xinerama"
src_compile() {
./bootstrap
BOOTSTRAP="1"
commonbox_src_compile
}
src_install() {
commonbox_src_install
}
|