automake: update to 1.11.1

This commit is contained in:
Juergen Daubert 2009-12-11 14:01:40 +01:00
parent 41c5f2b8d4
commit e10f4767a3
3 changed files with 6 additions and 9 deletions

@ -1,12 +1,14 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
lrwxrwxrwx root/root usr/bin/aclocal -> aclocal-1.11
-rwxr-xr-x root/root usr/bin/aclocal
-rwxr-xr-x root/root usr/bin/aclocal-1.11
lrwxrwxrwx root/root usr/bin/automake -> automake-1.11
-rwxr-xr-x root/root usr/bin/automake
-rwxr-xr-x root/root usr/bin/automake-1.11
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/aclocal-1.11.1.gz
-rw-r--r-- root/root usr/man/man1/aclocal.1.gz
-rw-r--r-- root/root usr/man/man1/automake-1.11.1.gz
-rw-r--r-- root/root usr/man/man1/automake.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/aclocal-1.11/

@ -1 +1 @@
4db4efe027e26b33930a7e151de19d0f automake-1.11.tar.bz2
c2972c4d9b3e29c03d5f2af86249876f automake-1.11.1.tar.bz2

@ -4,7 +4,7 @@
# Depends on: gawk, perl, autoconf
name=automake
version=1.11
version=1.11.1
release=1
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2)
@ -16,11 +16,6 @@ build () {
make
make DESTDIR=$PKG install
ln -sf automake-$version $PKG/usr/bin/automake
ln -sf aclocal-$version $PKG/usr/bin/aclocal
mv $PKG/usr/man/man1/automake{-$version.1,.1}
mv $PKG/usr/man/man1/aclocal{-$version.1,.1}
rm -r $PKG/usr/share/{info,doc}
rm $PKG/usr/share/automake-*/texinfo.tex
}