|
|
src_unpack(){ | src_unpack(){ |
kde_src_unpack | kde_src_unpack |
| |
# Disable updates from the GUI. We have package managers for that. cf. bug 171414 |
|
econf --with-disableupdates |
|
|
|
# Assure a future version won't try to build this. | # Assure a future version won't try to build this. |
rm -rf "${WORKDIR}/${MY_P}/dazuko"* || die "We missed to eradicate some files" | rm -rf "${WORKDIR}/${MY_P}/dazuko"* || die "We missed to eradicate some files" |
| |
rm -f "${S}"/configure | rm -f "${S}"/configure |
} | } |
| |
|
src_compile(){ |
|
# Disable updates from the GUI. We have package managers for that. cf. bug 171414 |
|
myconf=--with-disableupdates |
|
kde_src_compile all |
|
} |
|
|
pkg_postinst(){ | pkg_postinst(){ |
elog "The on-access scanning functionality is provided by" | elog "The on-access scanning functionality is provided by" |
elog "the Dazuko kernel module: emerge sys-fs/dazuko" | elog "the Dazuko kernel module: emerge sys-fs/dazuko" |