diff options
author | Johannes Winkelmann <jw@smts.ch> | 2006-02-23 15:26:10 +0000 |
---|---|---|
committer | Johannes Winkelmann <jw@smts.ch> | 2006-02-23 15:26:10 +0000 |
commit | bdea7e6c6a535e57a07d376a3139d0788efaaa41 (patch) | |
tree | 1a7334c99fa39b1ad1a7a35c113b18cb0d92413c /antiword | |
download | opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.gz opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.xz |
create branch for 2.2
Diffstat (limited to 'antiword')
-rw-r--r-- | antiword/.footprint | 39 | ||||
-rw-r--r-- | antiword/.md5sum | 1 | ||||
-rw-r--r-- | antiword/Pkgfile | 26 |
3 files changed, 66 insertions, 0 deletions
diff --git a/antiword/.footprint b/antiword/.footprint new file mode 100644 index 000000000..44586b65d --- /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 +-rwxr-xr-x root/root usr/bin/kantiword +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-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 000000000..b01cbe146 --- /dev/null +++ b/antiword/.md5sum @@ -0,0 +1 @@ +d46107219f4afaee658647a49dc45ed9 antiword-0.36.1.tar.gz diff --git a/antiword/Pkgfile b/antiword/Pkgfile new file mode 100644 index 000000000..08044f51c --- /dev/null +++ b/antiword/Pkgfile @@ -0,0 +1,26 @@ +# Description: Show the text and images of MS Word documents +# URL: http://www.winfield.demon.nl +# Maintainer: sten, nick dot steeves at shaw dot ca +# Packager: + +# Tip: If you put the following entry in your mailcap file, +# Some mailclients, like mutt, will extract text from .doc-files: +# application/msword;antiword %s;copiousoutput + +name=antiword +version=0.36.1 +release=1 + +source=(http://www.winfield.demon.nl/linux/$name-$version.tar.gz) + +build() +{ + cd $name-$version + make GLOBAL_INSTALL_DIR=/usr/bin + mkdir -p $PKG/usr/bin $PKG/usr/share/$name $PKG/usr/man/man1 + make DESTDIR=$PKG GLOBAL_INSTALL_DIR=/usr/bin global_install + cp Docs/$name.1 $PKG/usr/man/man1 + chmod 644 $PKG/usr/man/man1/* + # kantiword is a shell wrapper to make d&d possible in KDE + #rm $PKG/usr/bin/kantiword +} |