summaryrefslogtreecommitdiffstats
path: root/base/antiword
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-12-17 20:55:23 +0100
committertnut <thierryn1 at hispeed dot ch>2009-12-17 20:55:23 +0100
commit63076140b21446831769682ff1b63750ce091ab1 (patch)
treec62fb5fb8d0383bd2605e69fccf07acdac350fd3 /base/antiword
parent67c0901aadc08c7519b7f4735536725a65dbdb90 (diff)
downloadnutyx-pakxe-63076140b21446831769682ff1b63750ce091ab1.tar.gz
nutyx-pakxe-63076140b21446831769682ff1b63750ce091ab1.tar.bz2
nutyx-pakxe-63076140b21446831769682ff1b63750ce091ab1.tar.xz
nutyx-pakxe-63076140b21446831769682ff1b63750ce091ab1.zip
antiword, déplacé dans base et corrections des dossiers
Diffstat (limited to 'base/antiword')
-rw-r--r--base/antiword/.footprint40
-rw-r--r--base/antiword/.md5sum1
-rw-r--r--base/antiword/Pkgfile19
3 files changed, 60 insertions, 0 deletions
diff --git a/base/antiword/.footprint b/base/antiword/.footprint
new file mode 100644
index 000000000..766eb0097
--- /dev/null
+++ b/base/antiword/.footprint
@@ -0,0 +1,40 @@
+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/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
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-rw-rw- root/root usr/share/man/man1/antiword.1.gz
diff --git a/base/antiword/.md5sum b/base/antiword/.md5sum
new file mode 100644
index 000000000..c2c7fba22
--- /dev/null
+++ b/base/antiword/.md5sum
@@ -0,0 +1 @@
+f868e2a269edcbc06bf77e89a55898d1 antiword-0.37.tar.gz
diff --git a/base/antiword/Pkgfile b/base/antiword/Pkgfile
new file mode 100644
index 000000000..c3ab4e494
--- /dev/null
+++ b/base/antiword/Pkgfile
@@ -0,0 +1,19 @@
+# Description: lecteur de fichier .doc en ligne de commande
+# URL: http://www.winfield.demon.nl
+# Maintainer: NuTyX core team
+# Packager: skingrapher at legtux dot org
+# 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 OPT="$CFLAGS"
+ install -d -m 0755 $PKG/usr/bin $PKG/usr/share/$name $PKG/usr/share/man/man1
+ make DESTDIR=$PKG GLOBAL_INSTALL_DIR=/usr/bin global_install
+ install -D --mode=666 Docs/antiword.1 $PKG/usr/share/man/man1/antiword.1
+}