perl-Sort-Versions : first pisi rel
This commit is contained in:
@@ -6,9 +6,8 @@
|
|||||||
|
|
||||||
from pisi.actionsapi import perlmodules
|
from pisi.actionsapi import perlmodules
|
||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
from pisi.actionsapi import get
|
|
||||||
|
|
||||||
WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION())
|
#WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION())
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
perlmodules.configure()
|
perlmodules.configure()
|
||||||
@@ -21,3 +20,5 @@ def check():
|
|||||||
|
|
||||||
def install():
|
def install():
|
||||||
perlmodules.install()
|
perlmodules.install()
|
||||||
|
|
||||||
|
pisitools.dodoc("LICENSE", "README")
|
||||||
@@ -1,40 +1,44 @@
|
|||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
<PISI>
|
<PISI>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>perl-Sort-Versions</Name>
|
<Name>perl-Sort-Versions</Name>
|
||||||
<Homepage>http://search.cpan.org/~edavis/Sort-Versions/</Homepage>
|
<Homepage>https://metacpan.org/release/Sort-Versions</Homepage>
|
||||||
<Packager>
|
<Packager>
|
||||||
<Name>Osman Erkan</Name>
|
<Name>Blue Devil</Name>
|
||||||
<Email>osman.erkan@pisilinux.org</Email>
|
<Email>bluedevil@sctzine.com</Email>
|
||||||
</Packager>
|
</Packager>
|
||||||
<License>GPLv2</License>
|
<PartOf>programming.language.perl</PartOf>
|
||||||
|
<License>Artistic</License>
|
||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>Sort::Versions - a perl 5 module for sorting of revision-like numbers</Summary>
|
<Summary>Sort::Versions - a perl 5 module for sorting of revision-like numbers.</Summary>
|
||||||
<Description>Sort::Versions allows easy sorting of mixed non-numeric and numeric strings, like the 'version numbers' that many shared library systems and revision control packages use.</Description>
|
<Description>Sort::Versions allows easy sorting of mixed non-numeric and numeric strings, like the 'version numbers' that many shared library systems and revision control packages use.l.</Description>
|
||||||
<Archive sha1sum="fa2fc096719b95eda0cbd713d5b1c2e5e80f4c51" type="targz">https://cpan.metacpan.org/authors/id/N/NE/NEILB/Sort-Versions-1.62.tar.gz</Archive>
|
<Archive sha1sum="fa2fc096719b95eda0cbd713d5b1c2e5e80f4c51" type="targz">https://cpan.metacpan.org/authors/id/N/NE/NEILB/Sort-Versions-1.62.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>perl</Dependency>
|
<Dependency>perl</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
<Name>perl-Sort-Versions</Name>
|
<Name>perl-Sort-Versions</Name>
|
||||||
|
<Summary>Sort::Versions - a perl 5 module for sorting of revision-like numbers.</Summary>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency>perl</Dependency>
|
<Dependency>perl</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="library">/usr/lib</Path>
|
<Path fileType="library">/usr/lib</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
<Path fileType="man">/usr/share/man</Path>
|
<Path fileType="man">/usr/share/man</Path>
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
<Update release="1">
|
<Update release="1">
|
||||||
<Date>2020-04-09</Date>
|
<Date>2020-04-10</Date>
|
||||||
<Version>1.62</Version>
|
<Version>1.62</Version>
|
||||||
<Comment>First release</Comment>
|
<Comment>First pisi release</Comment>
|
||||||
<Name>Kamil Atlı</Name>
|
<Name>Blue Devil</Name>
|
||||||
<Email>suvari@pisilinux.org</Email>
|
<Email>bluedevil@sctzine.com</Email>
|
||||||
</Update>
|
</Update>
|
||||||
</History>
|
</History>
|
||||||
</PISI>
|
</PISI>
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
<PISI>
|
<PISI>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>perl-Sort-Versions</Name>
|
<Name>perl-Sort-Versions</Name>
|
||||||
<Summary xml:lang="en">Sort::Versions - a perl 5 module for sorting of revision-like numbers</Summary>
|
<Summary xml:lang="tr">Revizyon-benzeri sürüm numaralarını sıralayabilen perl modülüdür.</Summary>
|
||||||
<Description xml:lang="en">Sort::Versions allows easy sorting of mixed non-numeric and numeric strings, like the 'version numbers' that many shared library systems and revision control packages use.</Description>
|
<Description xml:lang="tr">Bu modül revizyon-benzeri sürüm numaralarını sıralayabilen perl modülüdür.</Description>
|
||||||
</Source>
|
</Source>
|
||||||
</PISI>
|
</PISI>
|
||||||
Reference in New Issue
Block a user