# Compiling Time: 0 SBU # Maintainer: Christian Hamar alias krix pkgname=help2man pkgver=1.48.1 pkgrel=1 pkgdesc="A script to create simple man pages from the --help and --version output of programs." url="http://www.gnu.org/software/help2man/" depends=('perl-gettext>=1.07-4') groups=('apps-extra') archs=('x86_64') Fup2gnugz source=(ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.xz \ README.Frugalware) sha1sums=('be05066b5fe1f29530c6fb5debfe3d29557d30d5' \ '6e20b0bcda1f87ddc8522178ce0187543419f39f') build() { Fcd # fix broken symlink Fexec rm ChangeLog Fexec cat debian/changelog > ChangeLog Fmkdir /usr/lib Fbuild Fdoc README.Frugalware } # optimization OK