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 /extra/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 'extra/antiword/Pkgfile')
-rw-r--r-- | extra/antiword/Pkgfile | 19 |
1 files changed, 0 insertions, 19 deletions
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 -} |