From f559b931e7a544ef738e7bdbbd428b063e004b3f Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Wed, 30 Jun 2010 09:00:26 +0200 Subject: [PATCH] antiword: initial import (verified compilation) --- antiword/.footprint | 39 +++++++++++++++++++++++++++++++++++++++ antiword/.md5sum | 1 + antiword/Pkgfile | 24 ++++++++++++++++++++++++ 3 files changed, 64 insertions(+) create mode 100644 antiword/.footprint create mode 100644 antiword/.md5sum create mode 100644 antiword/Pkgfile diff --git a/antiword/.footprint b/antiword/.footprint new file mode 100644 index 0000000..8d00f56 --- /dev/null +++ b/antiword/.footprint @@ -0,0 +1,39 @@ +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 diff --git a/antiword/.md5sum b/antiword/.md5sum new file mode 100644 index 0000000..c2c7fba --- /dev/null +++ b/antiword/.md5sum @@ -0,0 +1 @@ +f868e2a269edcbc06bf77e89a55898d1 antiword-0.37.tar.gz diff --git a/antiword/Pkgfile b/antiword/Pkgfile new file mode 100644 index 0000000..985d999 --- /dev/null +++ b/antiword/Pkgfile @@ -0,0 +1,24 @@ +# 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 +} -- 2.26.2