perl-Getopt-Tabular: Added
Needed by creduce
This commit is contained in:
30
perl-Getopt-Tabular/PKGBUILD
Normal file
30
perl-Getopt-Tabular/PKGBUILD
Normal file
@@ -0,0 +1,30 @@
|
||||
# Maintainer: Ray Donnelly <mingw.android@gmail.com>
|
||||
|
||||
_realname=Getopt-Tabular
|
||||
pkgname=perl-${_realname}
|
||||
pkgver=0.3
|
||||
pkgrel=1
|
||||
pkgdesc="table-driven argument parsing for Perl 5"
|
||||
arch=('any')
|
||||
url="http://search.cpan.org/~gward/${_realname}-${pkgver}"
|
||||
groups=('perl-modules')
|
||||
depends=('perl')
|
||||
license=('GPL' 'PerlArtistic')
|
||||
source=("http://search.cpan.org/CPAN/authors/id/G/GW/GWARD/${_realname}-${pkgver}.tar.gz")
|
||||
${_realname}-${pkgver}
|
||||
md5sums=('5b24ed68318a749df3930d25b13dd436')
|
||||
|
||||
prepare() {
|
||||
cd "$srcdir/${_realname}-${pkgver}"
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$srcdir/${_realname}-${pkgver}"
|
||||
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$srcdir/${_realname}-${pkgver}"
|
||||
make install DESTDIR="$pkgdir"
|
||||
}
|
||||
Reference in New Issue
Block a user