mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
removed extra/help2man
This commit is contained in:
parent
5de8af59e9
commit
37a10d80fd
1 changed files with 0 additions and 35 deletions
|
@ -1,35 +0,0 @@
|
|||
# $Id: PKGBUILD 151902 2012-03-03 16:12:24Z giovanni $
|
||||
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
|
||||
# Contributor: Paul Mattal <paul@mattal.com>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - make install must be run as -j1, mkdir is not thread-safe for whatever reason
|
||||
|
||||
pkgname=help2man
|
||||
pkgver=1.47.4
|
||||
pkgrel=1
|
||||
pkgdesc="Conversion tool to create man files"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.gnu.org/software/help2man/"
|
||||
license=('GPL')
|
||||
depends=('perl-locale-gettext')
|
||||
source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
|
||||
md5sums=('544aca496a7d89de3e5d99e56a2f03d3'
|
||||
'SKIP')
|
||||
validpgpkeys=('87EA44D150D89615E39A3FEEF0DC8E00B28C5995') # Brendan O'Dea <bod@debian.org>
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--mandir=/usr/share/man \
|
||||
--infodir=/usr/share/info \
|
||||
--libdir=/usr/lib
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
||||
make -j1 DESTDIR="${pkgdir}" install
|
||||
}
|
Loading…
Reference in a new issue