updated all base packages
[hdw-linux/hdw-linux.git] / packages / base / automake / automake
1 # hdw - linux automake package
2 #
3 # author: hackbard@hackdaworld.dyndns.org
4 #
5 # [V] 1.9.5
6 # [S] 2-11
7 # [D] automake-1.9.5.tar.bz2 ftp://ftp.gnu.org/pub/gnu/automake/
8
9 extra_ver="`echo $ver | awk -F. '{ print $1 "." $2 }'`"
10
11 post_install()  {
12         rm -f $root/usr/share/automake
13         ln -sf automake-${extra_ver} $root/usr/share/automake
14                 }