From 329a5215dd1865de9f866d89dbee569aa1697b7b Mon Sep 17 00:00:00 2001 From: skingrapher Date: Fri, 27 Nov 2009 12:23:47 +0400 Subject: ajout d'antiword#0.37-1 --- extra/antiword/.footprint | 41 +++++++++++++++++++++++++++++++++++++++++ extra/antiword/.md5sum | 1 + extra/antiword/Pkgfile | 19 +++++++++++++++++++ 3 files changed, 61 insertions(+) create mode 100644 extra/antiword/.footprint create mode 100644 extra/antiword/.md5sum create mode 100644 extra/antiword/Pkgfile (limited to 'extra/antiword') 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 +} -- cgit v1.2.3-70-g09d2