From 591b104aa273c3049aefb75df08dec67037e2bed Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Wed, 10 Apr 2019 18:44:19 +0300 Subject: [PATCH] spread-sheet-widget:new package --- .../spread-sheet-widget/actions.py | 21 +++++++ .../mathematics/spread-sheet-widget/pspec.xml | 62 +++++++++++++++++++ 2 files changed, 83 insertions(+) create mode 100644 science/mathematics/spread-sheet-widget/actions.py create mode 100644 science/mathematics/spread-sheet-widget/pspec.xml diff --git a/science/mathematics/spread-sheet-widget/actions.py b/science/mathematics/spread-sheet-widget/actions.py new file mode 100644 index 0000000000..01d62ec8ab --- /dev/null +++ b/science/mathematics/spread-sheet-widget/actions.py @@ -0,0 +1,21 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 2. +# See the file http://www.gnu.org/copyleft/gpl.txt. + +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools +from pisi.actionsapi import get + +def setup(): + autotools.configure() + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("AUTHORS", "ChangeLog", "README*", "NEWS") diff --git a/science/mathematics/spread-sheet-widget/pspec.xml b/science/mathematics/spread-sheet-widget/pspec.xml new file mode 100644 index 0000000000..418b4133cd --- /dev/null +++ b/science/mathematics/spread-sheet-widget/pspec.xml @@ -0,0 +1,62 @@ + + + + + spread-sheet-widget + https://www.gnu.org + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + spread-sheet-widget + app:gui + Library for Gtk+ which provides a widget for viewing and manipulating 2 dimensional tabular data + Library for Gtk+ which provides a widget for viewing and manipulating 2 dimensional tabular data + http://alpha.gnu.org/gnu/ssw/spread-sheet-widget-0.3.tar.gz + + gtk3-devel + glib2-devel + + + + + + + + spread-sheet-widget + + gtk3 + + + /usr/lib + /usr/share/doc + /usr/share/info + + + + + spread-sheet-widget-devel + + spread-sheet-widget + gtk3-devel + glib2-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2019-04-10 + 0.3 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + +