# Description: Command line utilities to convert Excel and Powerpoint files # URL: http://chicago.sourceforge.net/xlhtml/ # Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve # Depends on: name=xlhtml version=0.5 release=1 source=(http://download.sourceforge.net/sourceforge/chicago/$name-$version.tgz) build() { cd $name-$version ./configure --prefix=/usr aclocal autoconf automake --add-missing make make DESTDIR=$PKG install cd ppthtml make DESTDIR=$PKG install }