--- /dev/null
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/antiword
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/antiword.1.gz
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/antiword/
+-rw-r--r-- root/root usr/share/antiword/8859-1.txt
+-rw-r--r-- root/root usr/share/antiword/8859-10.txt
+-rw-r--r-- root/root usr/share/antiword/8859-11.txt
+-rw-r--r-- root/root usr/share/antiword/8859-13.txt
+-rw-r--r-- root/root usr/share/antiword/8859-14.txt
+-rw-r--r-- root/root usr/share/antiword/8859-15.txt
+-rw-r--r-- root/root usr/share/antiword/8859-16.txt
+-rw-r--r-- root/root usr/share/antiword/8859-2.txt
+-rw-r--r-- root/root usr/share/antiword/8859-3.txt
+-rw-r--r-- root/root usr/share/antiword/8859-4.txt
+-rw-r--r-- root/root usr/share/antiword/8859-5.txt
+-rw-r--r-- root/root usr/share/antiword/8859-6.txt
+-rw-r--r-- root/root usr/share/antiword/8859-7.txt
+-rw-r--r-- root/root usr/share/antiword/8859-8.txt
+-rw-r--r-- root/root usr/share/antiword/8859-9.txt
+-rw-r--r-- root/root usr/share/antiword/MacCyrillic.txt
+-rw-r--r-- root/root usr/share/antiword/MacRoman.txt
+-rw-r--r-- root/root usr/share/antiword/UTF-8.txt
+-rw-r--r-- root/root usr/share/antiword/cp1250.txt
+-rw-r--r-- root/root usr/share/antiword/cp1251.txt
+-rw-r--r-- root/root usr/share/antiword/cp1252.txt
+-rw-r--r-- root/root usr/share/antiword/cp437.txt
+-rw-r--r-- root/root usr/share/antiword/cp850.txt
+-rw-r--r-- root/root usr/share/antiword/cp852.txt
+-rw-r--r-- root/root usr/share/antiword/cp862.txt
+-rw-r--r-- root/root usr/share/antiword/cp864.txt
+-rw-r--r-- root/root usr/share/antiword/cp866.txt
+-rw-r--r-- root/root usr/share/antiword/fontnames
+-rw-r--r-- root/root usr/share/antiword/koi8-r.txt
+-rw-r--r-- root/root usr/share/antiword/koi8-u.txt
+-rw-r--r-- root/root usr/share/antiword/roman.txt
--- /dev/null
+# 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
+}