From 518173602da0a12b8570434d1decc624361f0fb1 Mon Sep 17 00:00:00 2001 From: sibel Date: Thu, 3 Mar 2011 11:18:21 +0100 Subject: polyglotman, correction port --- base/polyglotman/Pkgfile | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'base') 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 } -- cgit v1.2.3-54-g00ecf