perl-CGI:first release
This commit is contained in:
@@ -0,0 +1,25 @@
|
|||||||
|
#!/usr/bin/python
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
#
|
||||||
|
# Licensed under the GNU General Public License, version 3.
|
||||||
|
# See the file http://www.gnu.org/licenses/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("README*", "Changes")
|
||||||
@@ -0,0 +1,46 @@
|
|||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>perl-CGI</Name>
|
||||||
|
<Homepage>http://search.cpan.org/dist/CGI/</Homepage>
|
||||||
|
<Packager>
|
||||||
|
<Name>Alihan Öztürk</Name>
|
||||||
|
<Email>alihan@pisilinux.org</Email>
|
||||||
|
</Packager>
|
||||||
|
<License>Artistic</License>
|
||||||
|
<License>GPLv1</License>
|
||||||
|
<IsA>library</IsA>
|
||||||
|
<Summary>Handle Common Gateway Interface requests and responses.</Summary>
|
||||||
|
<Description>Handle Common Gateway Interface requests and responses.</Description>
|
||||||
|
<Archive type="targz" sha1sum="bda8fc34a6a24d3413e9b83c9f748d0a3ba799db">http://search.cpan.org/CPAN/authors/id/L/LE/LEEJO/CGI-4.28.tar.gz</Archive>
|
||||||
|
<BuildDependencies>
|
||||||
|
<Dependency>perl</Dependency>
|
||||||
|
<Dependency>perl-HTML-Parser</Dependency>
|
||||||
|
<Dependency>perl-Test-Deep</Dependency>
|
||||||
|
<Dependency>perl-Test-Warn</Dependency>
|
||||||
|
</BuildDependencies>
|
||||||
|
</Source>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>perl-CGI</Name>
|
||||||
|
<Summary>Handle Common Gateway Interface requests and responses.</Summary>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency>perl</Dependency>
|
||||||
|
<Dependency>perl-HTML-Parser</Dependency>
|
||||||
|
<Dependency>perl-Test-Deep</Dependency>
|
||||||
|
<Dependency>perl-Test-Warn</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="all">/</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<History>
|
||||||
|
<Update release="1">
|
||||||
|
<Date>2016-03-27</Date>
|
||||||
|
<Version>4.28</Version>
|
||||||
|
<Comment>First release.</Comment>
|
||||||
|
<Name>Alihan Öztürk</Name>
|
||||||
|
<Email>alihan@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
|
</History>
|
||||||
|
</PISI>
|
||||||
Reference in New Issue
Block a user