Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
src_unpack() {
unpack ${A}
epatch ${FILESDIR}/fam-2.7.0-dnotify.patch
# Fix permission problems with user* in FEATURES (#35307)
chmod u+w ${S}/configure
# Please do not remove this again - fixes $S and $D in libtool linker
# scripts (.la files)
cd ${S}; elibtoolize
export WANT_AUTOCONF=2.5
export WANT_AUTOMAKE=1.5
aclocal
autoconf
automake --add-missing
}
src_install() {