#!/bin/bash # help2man # # Douglas Thrift # # $Id$ name=help2man version=1.36.4 revision=0 categories=(base misc) description='Conversion tool to create man files' url='http://www.gnu.org/software/help2man/help2man.html' depends=('base/perl-gettext') sources=(`site_gnu` help2man.patch) function build() { gnu_patch help2man.patch || return $? gnu_configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man }