add missing dependencies.

This commit is contained in:
4fury-c3440d8
2021-10-14 06:44:02 +03:00
parent 4e5a883d49
commit def9ce9645
57 changed files with 1968 additions and 0 deletions
@@ -0,0 +1,20 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import perlmodules
def setup():
perlmodules.configure()
def build():
perlmodules.make()
def check():
perlmodules.make("test")
def install():
perlmodules.install()
@@ -0,0 +1,47 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-Crypt-OpenSSL-Random</Name>
<Homepage>https://metacpan.org/pod/Crypt::OpenSSL::Random</Homepage>
<Packager>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Packager>
<License>PerlArtistic</License>
<IsA>library</IsA>
<PartOf>programming.language.perl</PartOf>
<Summary>OpenSSL/LibreSSL pseudo-random number generator access.</Summary>
<Description>Crypt::OpenSSL::Random provides the ability to seed and query the OpenSSL and LibreSSL library's pseudo-random number generators.</Description>
<Archive sha1sum="e32a198269a1e26a9615ac1132bf1ec7268fb378" type="targz">
https://cpan.metacpan.org/authors/id/R/RU/RURBAN/Crypt-OpenSSL-Random-0.15.tar.gz
</Archive>
<BuildDependencies>
<Dependency>openssl-devel</Dependency>
<Dependency>perl-Crypt-OpenSSL-Guess</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-Crypt-OpenSSL-Random</Name>
<RuntimeDependencies>
<Dependency>openssl</Dependency>
<Dependency>perl-Crypt-OpenSSL-Guess</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/perl5</Path>
<Path fileType="man">/usr/share/man/man3</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-09-18</Date>
<Version>0.15</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>