# hdw - linux automake package # # author: hackbard@hackdaworld.dyndns.org # # [V] 1.9.5 # [S] 2-11 # [D] automake-1.9.5.tar.bz2 ftp://ftp.gnu.org/pub/gnu/automake/ extra_ver="`echo $ver | awk -F. '{ print $1 "." $2 }'`" post_install() { rm -f $root/usr/share/automake ln -sf automake-${extra_ver} $root/usr/share/automake }