From 63076140b21446831769682ff1b63750ce091ab1 Mon Sep 17 00:00:00 2001 From: tnut Date: Thu, 17 Dec 2009 20:55:23 +0100 Subject: antiword, déplacé dans base et corrections des dossiers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/antiword/.footprint | 40 ++++++++++++++++++++++++++++++++++++++++ base/antiword/.md5sum | 1 + base/antiword/Pkgfile | 19 +++++++++++++++++++ 3 files changed, 60 insertions(+) create mode 100644 base/antiword/.footprint create mode 100644 base/antiword/.md5sum create mode 100644 base/antiword/Pkgfile (limited to 'base/antiword') 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 +} -- cgit v1.2.3-54-g00ecf