|
|
myconf=" ${myconf} --enable-rfc2553 " | myconf=" ${myconf} --enable-rfc2553 " |
epause 5 | epause 5 |
fi | fi |
econf ${myconf} || die "econf ${myconf} failed" |
econf ${myconf} \ |
|
--with-docdir=/usr/share/doc/${PF} \ |
|
|| die "econf ${myconf} failed" |
emake || die "emake failed" | emake || die "emake failed" |
} | } |
| |
src_install() { | src_install() { |
make DESTDIR="${D%/}" install | make DESTDIR="${D%/}" install |
| |
insinto /usr/share/doc/${PN} |
dodoc "${S}/survey.txt" |
doins "${S}/survey.txt" |
|
| |
exeinto /usr/bin | exeinto /usr/bin |
doexe "${FILESDIR}/distcc-config" | doexe "${FILESDIR}/distcc-config" |