summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
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, 0 insertions, 61 deletions
diff --git a/extra/antiword/.footprint b/extra/antiword/.footprint
deleted file mode 100644
index 592ee3386..000000000
--- a/extra/antiword/.footprint
+++ /dev/null
@@ -1,41 +0,0 @@
-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
deleted file mode 100644
index c2c7fba22..000000000
--- a/extra/antiword/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-f868e2a269edcbc06bf77e89a55898d1 antiword-0.37.tar.gz
diff --git a/extra/antiword/Pkgfile b/extra/antiword/Pkgfile
deleted file mode 100644
index 2f500d1e3..000000000
--- a/extra/antiword/Pkgfile
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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
-}