opt/antiword/Pkgfile
2008-06-24 21:50:32 +03:00

20 lines
659 B
Plaintext

# Description: Show the text and images of MS Word documents
# URL: http://www.winfield.demon.nl
# Maintainer: Antti Nykanen, aon at iki dot fi
# Packager: sten, nick dot steeves at shaw dot ca
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 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
}