diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-12-17 20:55:23 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-12-17 20:55:23 +0100 |
commit | 63076140b21446831769682ff1b63750ce091ab1 (patch) | |
tree | c62fb5fb8d0383bd2605e69fccf07acdac350fd3 /base/antiword/Pkgfile | |
parent | 67c0901aadc08c7519b7f4735536725a65dbdb90 (diff) | |
download | nutyx-pakxe-63076140b21446831769682ff1b63750ce091ab1.tar.gz nutyx-pakxe-63076140b21446831769682ff1b63750ce091ab1.tar.bz2 nutyx-pakxe-63076140b21446831769682ff1b63750ce091ab1.tar.xz nutyx-pakxe-63076140b21446831769682ff1b63750ce091ab1.zip |
antiword, déplacé dans base et corrections des dossiers
Diffstat (limited to 'base/antiword/Pkgfile')
-rw-r--r-- | base/antiword/Pkgfile | 19 |
1 files changed, 19 insertions, 0 deletions
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 +} |