Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 4910
Collapse All | Expand All

(-)sslwrap-2.0.5-r1.ebuild (-3 / +8 lines)
Lines 1-11 Link Here
1
# Copyright 1999-2002 Gentoo Technologies, Inc.
1
# Copyright 1999-2002 Gentoo Technologies, Inc.
2
# Distributed under the terms of the GNU General Public License, v2 or later
2
# Distributed under the terms of the GNU General Public License, v2 or later
3
# $Header: /home/anoncvs/gentoo-x86/net-misc/sslwrap/sslwrap-2.0.5-r1.ebuild,v 1.9 2002/07/11 06:30:49 drobbins Exp $
3
# $Header $
4
4
5
S=${WORKDIR}/${PN}${PV/.0./0}
5
S=${WORKDIR}/${PN}${PV/.0./0}
6
DESCRIPTION="TSL/SSL - Port Wrapper"
6
DESCRIPTION="TSL/SSL - Port Wrapper"
7
SRC_URI="http://www.rickk.com/sslwrap/${PN}.tar.gz"
7
SRC_URI="http://quiltaholic.com/rickk/sslwrap/${PN}${PV/.0./0}.tar.gz"
8
HOMEPAGE="http://www.rickk.com/sslwrap/"
8
HOMEPAGE="http://quiltaholic.com/rickk/sslwrap/"
9
KEYWORDS="x86"
9
KEYWORDS="x86"
10
LICENSE="sslwrap"
10
LICENSE="sslwrap"
11
SLOT="0"
11
SLOT="0"
Lines 20-25 Link Here
20
	sed -e "s/-O2/${CFLAGS}/" \
20
	sed -e "s/-O2/${CFLAGS}/" \
21
			-e "s:/usr/local/ssl/include:/usr/include/openssl:" Makefile.orig > Makefile
21
			-e "s:/usr/local/ssl/include:/usr/include/openssl:" Makefile.orig > Makefile
22
	cp ${FILESDIR}/*.c ${S}
22
	cp ${FILESDIR}/*.c ${S}
23
	local f
24
	for f in *.h *.c ; do
25
		cp ${f} ${f}.orig
26
		sed -e "s/OPENSSL\"/\"openssl\//g" ${f}.orig > ${f}
27
	done
23
}
28
}
24
29
25
src_compile() {													 
30
src_compile() {													 

Return to bug 4910