Lines 4-9
Link Here
|
4 |
|
4 |
|
5 |
IUSE="" |
5 |
IUSE="" |
6 |
|
6 |
|
|
|
7 |
inherit toolchain-funcs |
8 |
|
7 |
DESCRIPTION="Scriptable console frontend to Direct Connect" |
9 |
DESCRIPTION="Scriptable console frontend to Direct Connect" |
8 |
HOMEPAGE="http://members.chello.se/hampasfirma/cccp" |
10 |
HOMEPAGE="http://members.chello.se/hampasfirma/cccp" |
9 |
SRC_URI="http://members01.chello.se/hampasfirma/cccp/${PN}.${PV}.tar.gz" |
11 |
SRC_URI="http://members01.chello.se/hampasfirma/cccp/${PN}.${PV}.tar.gz" |
Lines 18-24
Link Here
|
18 |
|
20 |
|
19 |
src_compile() { |
21 |
src_compile() { |
20 |
|
22 |
|
21 |
gcc ${CFLAGS} -o cccp cccp.c |
23 |
$(tc-getCC) ${CFLAGS} ${LDFLAGS} -o cccp cccp.c |
22 |
|
24 |
|
23 |
} |
25 |
} |
24 |
|
26 |
|