summaryrefslogtreecommitdiffstats
path: root/extra/antiword/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-12-17 20:55:23 +0100
committertnut <thierryn1 at hispeed dot ch>2009-12-17 20:55:23 +0100
commit63076140b21446831769682ff1b63750ce091ab1 (patch)
treec62fb5fb8d0383bd2605e69fccf07acdac350fd3 /extra/antiword/Pkgfile
parent67c0901aadc08c7519b7f4735536725a65dbdb90 (diff)
downloadnutyx-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/Pkgfile19
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
-}