CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
antiword: initial import (verified compilation)
authorJose V Beneyto <sepen@crux.nu>
Wed, 30 Jun 2010 07:00:26 +0000 (09:00 +0200)
committerJose V Beneyto <sepen@crux.nu>
Wed, 30 Jun 2010 07:00:26 +0000 (09:00 +0200)
antiword/.footprint [new file with mode: 0644]
antiword/.md5sum [new file with mode: 0644]
antiword/Pkgfile [new file with mode: 0644]

diff --git a/antiword/.footprint b/antiword/.footprint
new file mode 100644 (file)
index 0000000..8d00f56
--- /dev/null
@@ -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 (file)
index 0000000..c2c7fba
--- /dev/null
@@ -0,0 +1 @@
+f868e2a269edcbc06bf77e89a55898d1  antiword-0.37.tar.gz
diff --git a/antiword/Pkgfile b/antiword/Pkgfile
new file mode 100644 (file)
index 0000000..985d999
--- /dev/null
@@ -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
+}