mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/help2man to 1.38.4-1
This commit is contained in:
parent
f7364c7c01
commit
1302fe7899
1 changed files with 7 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: PKGBUILD 83522 2010-06-21 22:45:22Z giovanni $
|
||||
# $Id: PKGBUILD 108695 2011-02-02 16:49:20Z giovanni $
|
||||
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
|
||||
# Contributor: Paul Mattal <paul@mattal.com>
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
|||
plugrel=1
|
||||
|
||||
pkgname=help2man
|
||||
pkgver=1.38.2
|
||||
pkgver=1.38.4
|
||||
pkgrel=1
|
||||
pkgdesc="Conversion tool to create man files"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -16,7 +16,7 @@ url="http://www.gnu.org/software/help2man/"
|
|||
license=('GPL')
|
||||
depends=('perl-locale-gettext')
|
||||
source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
|
||||
md5sums=('426671c6fe79e5ef2233303367eab5a6')
|
||||
md5sums=('1441847905ca8e6b7d63def44c3be01e')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
@ -26,5 +26,9 @@ build() {
|
|||
--infodir=/usr/share/info \
|
||||
--libdir=/lib
|
||||
make || return 1
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
make -j1 DESTDIR="${pkgdir}" install || return 1
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue