summaryrefslogtreecommitdiff
blob: 2b326a2eacedeee5006061af2e6687a9eaf27631 (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
32
33
34
35
36
37
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Header: $

MY_P="bxform-${PV}-glibc21"
S=${WORKDIR}/${PN/-ppc/}
DESCRIPTION="A GUI Toolkit based on Xlib"
SRC_URI="ftp://ncmir.ucsd.edu/pub/xforms/linux-ppc/${MY_P}.tgz"
HOMEPAGE="http://world.std.com/~xforms/"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="ppc -x86 -sparc -sparc64"

PROVIDE="virtual/xforms"

DEPEND="virtual/x11"
RDEPEND=""

src_compile() {
	make || die
}

src_install () {

	into /usr/X11R6
	dolib FORMS/libforms.{a,so.*}
	dobin DESIGN/fdesign
	doman DESIGN/fdesign.1
	dobin fd2ps/fd2ps
	doman fd2ps/fd2ps.1
	dosym /usr/X11R6/lib/libforms.so.0.89 /usr/X11R6/lib/libforms.so
	insinto /usr/X11R6/include
	doins FORMS/forms.h
	doman FORMS/xforms.5
        
}