diff options
author | sibel <lesibel@free.fr> | 2011-03-03 11:18:21 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-03-03 11:18:21 +0100 |
commit | 518173602da0a12b8570434d1decc624361f0fb1 (patch) | |
tree | cba0be39e1ae305ba5e9eedd528d56d44d69635c | |
parent | 12b1bb3afcf6b3f3e9832dec71e2e4dd326c7269 (diff) | |
download | nutyx-pakxe-518173602da0a12b8570434d1decc624361f0fb1.tar.gz nutyx-pakxe-518173602da0a12b8570434d1decc624361f0fb1.tar.bz2 nutyx-pakxe-518173602da0a12b8570434d1decc624361f0fb1.tar.xz nutyx-pakxe-518173602da0a12b8570434d1decc624361f0fb1.zip |
polyglotman, correction port
-rw-r--r-- | base/polyglotman/Pkgfile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/base/polyglotman/Pkgfile b/base/polyglotman/Pkgfile index 81b46d4bf..4108bff61 100644 --- a/base/polyglotman/Pkgfile +++ b/base/polyglotman/Pkgfile @@ -1,22 +1,17 @@ -# Description: man page translator +# Description: Traducteur de page man # URL: http://polyglotman.sourceforge.net -# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch name=polyglotman version=3.2 release=1 - -#source=(http://dl.sourceforge.net/$name/rman-$version.tar.gz) - source=(http://downloads.sourceforge.net/project/polyglotman/polyglotman/$version/rman-$version.tar.gz) build() { cd rman-$version - make - install -d $PKG/usr/bin install -d $PKG/usr/share/man/man1 - make BINDIR=$PKG/usr/bin MANDIR=$PKG/usr/share/man/man1 install } |