fastjar: depoya eklendi.

This commit is contained in:
namso-01
2015-08-15 14:16:13 +03:00
parent 2891861708
commit 90ff217441
3 changed files with 75 additions and 0 deletions
@@ -0,0 +1,19 @@
#!/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 autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.configure()
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "CHANGES", "ChangeLog", "COPYING", "README", "NEWS")
@@ -0,0 +1,48 @@
<PISI>
<Source>
<Name>fastjar</Name>
<Homepage>http://savannah.nongnu.org/projects/fastjar</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:web</IsA>
<Summary>Sun java jar compatible archiver</Summary>
<Description>Sun java jar compatible archiver</Description>
<Archive sha1sum="c240a9e2115aad486329360d9166514261149af2" type="targz">http://download.savannah.gnu.org/releases/fastjar/fastjar-0.98.tar.gz</Archive>
<BuildDependencies>
<Dependency>zlib-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>fastjar</Name>
<RuntimeDependencies>
<Dependency>zlib</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share/info</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2014-06-05</Date>
<Version>0.98</Version>
<Comment>Rebuild for gcc</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2014-02-27</Date>
<Version>0.98</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>fastjar</Name>
<Summary xml:lang="En">Sun java jar compatible archiver</Summary>
<Description xml:lang="En">Sun java jar compatible archiver.</Description>
</Source>
</PISI>