# Description: Show the text and images of MS Word documents # URL: http://www.winfield.demon.nl # Packager: sten, nick dot steeves at shaw dot ca # Maintainer: Antti Nykanen, aon at iki dot fi # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu # Depends on: name=antiword version=0.37 release=1 source=(http://www.winfield.demon.nl/linux/$name-$version.tar.gz) build() { cd $name-$version make GLOBAL_INSTALL_DIR=/usr/bin \ CC="$CC" LD="$CC" OPT="$CFLAGS" install -d -m 0755 $PKG/usr/bin $PKG/usr/share/$name $PKG/usr/man/man1 make DESTDIR=$PKG GLOBAL_INSTALL_DIR=/usr/bin global_install install -D -m 0644 Docs/$name.1 $PKG/usr/man/man1/$name.1 # kantiword is a shell wrapper to make d&d possible in KDE rm $PKG/usr/bin/kantiword }