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

(-)htun-0.9.5.ebuild.old (-4 / +11 lines)
Lines 5-28 Link Here
5
DESCRIPTION="Project to tunnel IP traffic over HTTP"
5
DESCRIPTION="Project to tunnel IP traffic over HTTP"
6
HOMEPAGE="http://htun.runslinux.net/"
6
HOMEPAGE="http://htun.runslinux.net/"
7
SRC_URI="http://htun.runslinux.net/dist/${P}.tar.gz"
7
SRC_URI="http://htun.runslinux.net/dist/${P}.tar.gz"
8
8
LICENSE="GPL-2"
9
LICENSE="GPL-2"
9
SLOT="0"
10
SLOT="0"
10
KEYWORDS="~x86"
11
KEYWORDS="~x86"
11
IUSE="virtual/linux-sources"
12
12
DEPEND="sys-devel/gcc dev-util/yacc sys-devel/bison virtual/glibc"
13
IUSE=""
14
15
DEPEND="virtual/glibc"
16
RDEPEND=""
17
13
S=${WORKDIR}/${P}
18
S=${WORKDIR}/${P}
14
19
20
15
src_compile() {
21
src_compile() {
22
16
    cd ${S}/src
23
    cd ${S}/src
17
	make all || die
24
	make all || die
18
}
25
}
19
26
20
src_install() {
27
src_install() {
21
	exeinto /usr/local/bin
28
	dosbin ${S}/src/htund
22
	doexe ${S}/src/htund
23
29
24
	insinto /etc
30
	insinto /etc
25
	doins ${S}/doc/htund.conf
31
	doins ${S}/doc/htund.conf
32
	dodoc doc/*
26
33
27
	einfo "                                                  "
34
	einfo "                                                  "
28
	einfo "                                                  "
35
	einfo "                                                  "

Return to bug 35113