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/Pkgfile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 base/antiword/Pkgfile (limited to 'base/antiword/Pkgfile') 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-70-g09d2