diff options
-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 } |