summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authorskingrapher <gandalf@aldebaran.(none)>2009-11-27 12:23:47 +0400
committerskingrapher <gandalf@aldebaran.(none)>2009-11-27 12:23:47 +0400
commit329a5215dd1865de9f866d89dbee569aa1697b7b (patch)
treea046e1c9be7989923617ce976db2fb569cce04ef /extra
parent43836993c302f89ffad4defc4a15fafd83d41c59 (diff)
downloadnutyx-pakxe-329a5215dd1865de9f866d89dbee569aa1697b7b.tar.gz
nutyx-pakxe-329a5215dd1865de9f866d89dbee569aa1697b7b.tar.bz2
nutyx-pakxe-329a5215dd1865de9f866d89dbee569aa1697b7b.tar.xz
nutyx-pakxe-329a5215dd1865de9f866d89dbee569aa1697b7b.zip
ajout d'antiword#0.37-1
Diffstat (limited to 'extra')
-rw-r--r--extra/antiword/.footprint41
-rw-r--r--extra/antiword/.md5sum1
-rw-r--r--extra/antiword/Pkgfile19
3 files changed, 61 insertions, 0 deletions
diff --git a/extra/antiword/.footprint b/extra/antiword/.footprint
new file mode 100644
index 000000000..592ee3386
--- /dev/null
+++ b/extra/antiword/.footprint
@@ -0,0 +1,41 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/local/
+drwxr-xr-x root/root usr/local/bin/
+-rwxr-xr-x root/root usr/local/bin/antiword
+-rwxr-xr-x root/root usr/local/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/man.1/
+-rw-rw-rw- root/root usr/share/man/man.1/antiword.1.gz
diff --git a/extra/antiword/.md5sum b/extra/antiword/.md5sum
new file mode 100644
index 000000000..c2c7fba22
--- /dev/null
+++ b/extra/antiword/.md5sum
@@ -0,0 +1 @@
+f868e2a269edcbc06bf77e89a55898d1 antiword-0.37.tar.gz
diff --git a/extra/antiword/Pkgfile b/extra/antiword/Pkgfile
new file mode 100644
index 000000000..2f500d1e3
--- /dev/null
+++ b/extra/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: gcc, glibc
+name=antiword
+version=0.37
+release=1
+source=(http://www.winfield.demon.nl/linux/$name-$version.tar.gz)
+
+
+build() {
+cd $name-$version
+ sed -i "s|CFLAGS =.*|CFLAGS=$CFLAGS-DNDEBUG|g; \
+ s|GLOBAL_INSTALL_DIR=.*|GLOBAL_INSTALL_DIR=/usr/bin|g"\
+ Makefile.Linux
+ make DESTDIR=$PKG global_install
+ install -D --mode=666 Docs/antiword.1 $PKG/usr/share/man/man.1/antiword.1
+}