mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
removed community/perl-config-general
This commit is contained in:
parent
46819cac51
commit
a1aafcfc6f
1 changed files with 0 additions and 43 deletions
|
@ -1,43 +0,0 @@
|
|||
# $Id$
|
||||
# Maintainer: Muflone http://www.muflone.com/contacts/english/
|
||||
# Contributor: Brian Bidulock <bidulock@openss7.org>
|
||||
# Contributor: Jason St. John <jstjohn .. purdue . edu>
|
||||
|
||||
# remove when bumped upstream
|
||||
|
||||
pkgname=perl-config-general
|
||||
_perl_namespace=Config
|
||||
_perl_module=General
|
||||
pkgver=2.63
|
||||
pkgrel=3
|
||||
pkgdesc="Generic Config Module"
|
||||
arch=('any')
|
||||
url="https://metacpan.org/release/${_perl_namespace}-${_perl_module}"
|
||||
license=('PerlArtistic' 'GPL')
|
||||
depends=('perl')
|
||||
source=("https://www.cpan.org/modules/by-module/${_perl_namespace}/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz")
|
||||
sha256sums=('0a9bf977b8aabe76343e88095d2296c8a422410fd2a05a1901f2b20e2e1f6fad')
|
||||
options=('!emptydirs')
|
||||
|
||||
build() {
|
||||
cd "${_perl_namespace}-${_perl_module}-${pkgver}"
|
||||
unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
|
||||
export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
|
||||
perl Makefile.PL
|
||||
make
|
||||
}
|
||||
|
||||
check() {
|
||||
cd "${_perl_namespace}-${_perl_module}-${pkgver}"
|
||||
unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
|
||||
export PERL_MM_USE_DEFAULT=1
|
||||
make test
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${_perl_namespace}-${_perl_module}-${pkgver}"
|
||||
unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
|
||||
make pure_install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
|
||||
# Delete unuseful files
|
||||
find "${pkgdir}" -name '.packlist' -delete
|
||||
}
|
Loading…
Reference in a new issue