initial import
This commit is contained in:
31
perl-file-basedir/LICENSE
Normal file
31
perl-file-basedir/LICENSE
Normal file
@@ -0,0 +1,31 @@
|
||||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: File-BaseDir
|
||||
Upstream-Contact: Kim Ryan <kimryan@cpan.org>
|
||||
Source: https://metacpan.org/release/File-BaseDir
|
||||
|
||||
Files: *
|
||||
Copyright: © 2003-2007, Jaap G Karssenberg <pardus@cpan.org>
|
||||
License: Artistic or GPL-1+
|
||||
|
||||
Files: debian/*
|
||||
Copyright:
|
||||
© 2005, Florian Ragwitz <rafl@debianforum.de>
|
||||
© 2007, Raphael Hertzog <hertzog@debian.org>
|
||||
© 2010, Ansgar Burchardt <ansgar@debian.org>
|
||||
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'.
|
||||
28
perl-file-basedir/PKGBUILD
Normal file
28
perl-file-basedir/PKGBUILD
Normal file
@@ -0,0 +1,28 @@
|
||||
# Maintainer: Jesus E. <heckyel@riseup.net>
|
||||
|
||||
pkgname=perl-file-basedir
|
||||
pkgver=0.08
|
||||
pkgrel=1
|
||||
pkgdesc="Use the Freedesktop.org base directory specification"
|
||||
arch=('any')
|
||||
license=('GPL-1')
|
||||
url='https://search.cpan.org/dist/File-BaseDir/'
|
||||
depends=('perl-ipc-system-simple' 'perl-file-which')
|
||||
makedepends=('perl-module-build>0.4205')
|
||||
options=('!emptydirs')
|
||||
source=("https://search.cpan.org/CPAN/authors/id/K/KI/KIMRYAN/File-BaseDir-$pkgver.tar.gz"
|
||||
"LICENSE")
|
||||
sha512sums=('6b44edca34906c34d574933c21c0e3a1a236a431a3ac12caeabcc2638688dfe1c02efc9a1e75a2c2cd522de0dca00df0620cd262c184ec938cc97766d1121f99'
|
||||
'8a0014f4937fc9dd440eccb60e4ceb13893d390e6388dfb866ecbd2e86b898febc2f494f650df8a708c2befd86310cb00e9945f22c626047416db6651b0d8d67')
|
||||
|
||||
build() {
|
||||
cd File-BaseDir-$pkgver
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd File-BaseDir-$pkgver
|
||||
make install DESTDIR="$pkgdir"
|
||||
install -Dm644 "${srcdir}/LICENSE" -t "${pkgdir}/usr/share/licenses/$pkgname"
|
||||
}
|
||||
Reference in New Issue
Block a user