|
Lines 38-44
Link Here
|
| 38 |
|
38 |
|
| 39 |
src_compile() { |
39 |
src_compile() { |
| 40 |
# the configure script only honors '--disable-foo' |
40 |
# the configure script only honors '--disable-foo' |
| 41 |
local myconf="--disable-gpsmap" |
41 |
# local myconf="--disable-gpsmap" |
| 42 |
|
42 |
|
| 43 |
if ! use ncurses; then |
43 |
if ! use ncurses; then |
| 44 |
myconf="${myconf} --disable-curses --disable-panel" |
44 |
myconf="${myconf} --disable-curses --disable-panel" |
|
Lines 59-61
Link Here
|
| 59 |
newinitd "${FILESDIR}"/${PN}.initd kismet |
59 |
newinitd "${FILESDIR}"/${PN}.initd kismet |
| 60 |
newconfd "${FILESDIR}"/${PN}.confd kismet |
60 |
newconfd "${FILESDIR}"/${PN}.confd kismet |
| 61 |
} |
61 |
} |
|
|
62 |
|