perl-File-Slurp
This commit is contained in:
+138703
-138619
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
3258f60fec8158e7b06215c3ef566b297b13b2ec
|
||||
a77938dbf8232642407605e4de953dff458419b5
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
b9914b364c2c3ebecd01afdc84280979558d36f2
|
||||
595e19552ad3e3400572e77cc9aee1c23ffa4e94
|
||||
@@ -0,0 +1,26 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/copyleft/gpl.txt.
|
||||
|
||||
from pisi.actionsapi import perlmodules
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION())
|
||||
|
||||
def setup():
|
||||
perlmodules.configure()
|
||||
|
||||
def build():
|
||||
perlmodules.make()
|
||||
|
||||
def check():
|
||||
perlmodules.make("test")
|
||||
|
||||
def install():
|
||||
perlmodules.install()
|
||||
|
||||
pisitools.dodoc("Changes", "README")
|
||||
|
||||
@@ -0,0 +1,42 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>perl-File-Slurp</Name>
|
||||
<Homepage>http://search.cpan.org/dist/File-Slurp/</Homepage>
|
||||
<Packager>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>A Perl module that is efficient in reading/writing of Complete Files</Summary>
|
||||
<Description>Efficient Reading/Writing of Complete Files. It provides subroutines to read or write entire files with as simple call.</Description>
|
||||
<Archive sha1sum="e734e5d93a82fbd179d33db35d1f98c5e5934bf1" type="targz">http://search.cpan.org/CPAN/authors/id/U/UR/URI/File-Slurp-9999.19.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>perl-File-Slurp</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2017-12-14</Date>
|
||||
<Version>9999.19</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>perl-File-Slurp</Name>
|
||||
<Summary xml:lang="tr">Complete dosyalarını verimli bir şekilde yazma/okuma olanağı</Summary>
|
||||
<Description xml:lang="tr">perl-File-Slurp Complete dosyalarını verimli bir şekilde yazma/okuma olanağı sunan bir Perl modülüdür.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user