|
|
} | } |
| |
src_install() { | src_install() { |
|
ewarn "aimsniff requires the gdbm use-flag to be turned on for perl." |
|
ewarn "Run emerge -vp dev-lang/perl to see if gdbm is turned on for perl." |
|
ewarn "If it is not, run" |
|
ewarn |
|
ewarn " USE=\"gdbm\" emerge dev-lang/perl" |
|
ewarn |
|
ewarn "or add the appropriate line to your package.use file." |
|
|
if use http | if use http |
then | then |
webapp_src_preinst | webapp_src_preinst |
|
|
| |
webapp_src_install | webapp_src_install |
fi | fi |
|
|
|
newinitd ${FILESDIR}/aimsniff.rc aimsniff |
} | } |
| |
pkg_postinst() { | pkg_postinst() { |