From 37a10d80fd9b8757570ebc98171c153f7ab52ba9 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sat, 23 Sep 2017 15:37:54 +0000 Subject: [PATCH] removed extra/help2man --- extra/help2man/PKGBUILD | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 extra/help2man/PKGBUILD diff --git a/extra/help2man/PKGBUILD b/extra/help2man/PKGBUILD deleted file mode 100644 index ac38466a7..000000000 --- a/extra/help2man/PKGBUILD +++ /dev/null @@ -1,35 +0,0 @@ -# $Id: PKGBUILD 151902 2012-03-03 16:12:24Z giovanni $ -# Maintainer: Giovanni Scafora -# Contributor: Paul Mattal - -# ALARM: Kevin Mihelich -# - 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 - -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 -}