mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/help2man to 1.39.2-1
This commit is contained in:
parent
5e71760d19
commit
281a4bdda4
1 changed files with 7 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $Id: PKGBUILD 108695 2011-02-02 16:49:20Z giovanni $
|
# $Id: PKGBUILD 116002 2011-03-22 15:28:48Z giovanni $
|
||||||
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
|
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
|
||||||
# Contributor: Paul Mattal <paul@mattal.com>
|
# Contributor: Paul Mattal <paul@mattal.com>
|
||||||
|
|
||||||
|
@ -8,15 +8,15 @@
|
||||||
plugrel=1
|
plugrel=1
|
||||||
|
|
||||||
pkgname=help2man
|
pkgname=help2man
|
||||||
pkgver=1.38.4
|
pkgver=1.39.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Conversion tool to create man files"
|
pkgdesc="Conversion tool to create man files"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://www.gnu.org/software/help2man/"
|
url="http://www.gnu.org/software/help2man/"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=('perl-locale-gettext')
|
depends=('perl-locale-gettext')
|
||||||
source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
|
source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz")
|
||||||
md5sums=('1441847905ca8e6b7d63def44c3be01e')
|
md5sums=('36659da3ba7a9a51813e1c4848900a28')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||||
|
@ -25,10 +25,11 @@ build() {
|
||||||
--mandir=/usr/share/man \
|
--mandir=/usr/share/man \
|
||||||
--infodir=/usr/share/info \
|
--infodir=/usr/share/info \
|
||||||
--libdir=/lib
|
--libdir=/lib
|
||||||
make || return 1
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||||
make -j1 DESTDIR="${pkgdir}" install || return 1
|
|
||||||
|
make -j1 DESTDIR="${pkgdir}" install
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue