initial import
This commit is contained in:
32
perl-class-data-inheritable/LICENSE
Normal file
32
perl-class-data-inheritable/LICENSE
Normal file
@@ -0,0 +1,32 @@
|
||||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: Class-Data-Inheritable
|
||||
Source: https://metacpan.org/release/Class-Data-Inheritable
|
||||
Upstream-Contact: Tony Bowden <tony@tmtm.com>
|
||||
|
||||
Files: *
|
||||
Copyright: 2000-2005, Damian Conway
|
||||
2000-2005, Michael G Schwern
|
||||
License: Artistic or GPL-1+
|
||||
|
||||
Files: debian/*
|
||||
Copyright: 2002-2007, Ivan Kohler <ivan-debian@420.am>
|
||||
2008, Damyan Ivanov <dmn@debian.org>
|
||||
2008, gregor herrmann <gregoa@debian.org>
|
||||
2013-2018, Xavier Guimard <x.guimard@free.fr>
|
||||
License: Artistic or GPL-1+
|
||||
|
||||
License: Artistic
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the Artistic License, which comes with Perl.
|
||||
.
|
||||
On Debian systems, the complete text of the Artistic License can be
|
||||
found in `/usr/share/common-licenses/Artistic'.
|
||||
|
||||
License: GPL-1+
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 1, or (at your option)
|
||||
any later version.
|
||||
.
|
||||
On Debian systems, the complete text of version 1 of the GNU General
|
||||
Public License can be found in `/usr/share/common-licenses/GPL-1'.
|
||||
29
perl-class-data-inheritable/PKGBUILD
Normal file
29
perl-class-data-inheritable/PKGBUILD
Normal file
@@ -0,0 +1,29 @@
|
||||
# Maintainer: Jesus E. <heckyel@riseup.net>
|
||||
|
||||
pkgname=perl-class-data-inheritable
|
||||
pkgver=0.08
|
||||
pkgrel=1
|
||||
pkgdesc="Inheritable, overridable class data"
|
||||
arch=('i686' 'x86_64')
|
||||
url='https://search.cpan.org/dist/Class-Data-Inheritable'
|
||||
license=('GPL-1')
|
||||
depends=('perl>=5.10.0')
|
||||
options=('!emptydirs')
|
||||
source=(https://www.cpan.org/authors/id/T/TM/TMTM/Class-Data-Inheritable-$pkgver.tar.gz
|
||||
LICENSE)
|
||||
sha512sums=('bddc61096158b21d4cfa69538d5db0f53617a66c71447ee193141064f4f58194462b21e0a849510e24e4c263b13be3ee1bc6bb8504320e0a86c02b67ad1652c8'
|
||||
'1a9916157b9314eb2f0ba09027834eaddf899d4341970238ced32cbe1cd09f8ed5330b773ce0546c575a42acf19ae789cbcdd5f9b55bfcb88033cf08d0015437')
|
||||
|
||||
build() {
|
||||
cd Class-Data-Inheritable-${pkgver}
|
||||
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd Class-Data-Inheritable-${pkgver}
|
||||
make install DESTDIR="$pkgdir"
|
||||
find "$pkgdir" -name '.packlist' -delete
|
||||
find "$pkgdir" -name '*.pod' -delete
|
||||
install -Dm644 "$srcdir/LICENSE" -t "$pkgdir/usr/share/licenses/$pkgname"
|
||||
}
|
||||
Reference in New Issue
Block a user