From 90ff2174415cddf8191fa15350747d2e2ae59665 Mon Sep 17 00:00:00 2001 From: namso-01 Date: Sat, 15 Aug 2015 14:16:13 +0300 Subject: [PATCH] fastjar: depoya eklendi. --- programming/language/java/fastjar/actions.py | 19 ++++++++ programming/language/java/fastjar/pspec.xml | 48 +++++++++++++++++++ .../language/java/fastjar/translations.xml | 8 ++++ 3 files changed, 75 insertions(+) create mode 100644 programming/language/java/fastjar/actions.py create mode 100644 programming/language/java/fastjar/pspec.xml create mode 100644 programming/language/java/fastjar/translations.xml diff --git a/programming/language/java/fastjar/actions.py b/programming/language/java/fastjar/actions.py new file mode 100644 index 0000000000..9749d8dc3e --- /dev/null +++ b/programming/language/java/fastjar/actions.py @@ -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") \ No newline at end of file diff --git a/programming/language/java/fastjar/pspec.xml b/programming/language/java/fastjar/pspec.xml new file mode 100644 index 0000000000..f51dd6726f --- /dev/null +++ b/programming/language/java/fastjar/pspec.xml @@ -0,0 +1,48 @@ + + + fastjar + http://savannah.nongnu.org/projects/fastjar + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:web + Sun java jar compatible archiver + Sun java jar compatible archiver + http://download.savannah.gnu.org/releases/fastjar/fastjar-0.98.tar.gz + + zlib-devel + + + + + fastjar + + zlib + + + /usr/share/doc + /usr/share/man + /usr/bin + /usr/share/info + + + + + + 2014-06-05 + 0.98 + Rebuild for gcc + PisiLinux Community + admins@pisilinux.org + + + 2014-02-27 + 0.98 + First Release + PisiLinux Community + admins@pisilinux.org + + + \ No newline at end of file diff --git a/programming/language/java/fastjar/translations.xml b/programming/language/java/fastjar/translations.xml new file mode 100644 index 0000000000..16215d067d --- /dev/null +++ b/programming/language/java/fastjar/translations.xml @@ -0,0 +1,8 @@ + + + + fastjar + Sun java jar compatible archiver + Sun java jar compatible archiver. + +