From 0a4f30e6942587422b865e9066d613f22f61833b Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Wed, 15 Jul 2015 10:26:36 +0300 Subject: [PATCH] libIDL:moved into main repo for pisi 2.0 --- programming/misc/libIDL/actions.py | 19 +++++++ programming/misc/libIDL/pspec.xml | 70 ++++++++++++++++++++++++ programming/misc/libIDL/translations.xml | 9 +++ 3 files changed, 98 insertions(+) create mode 100644 programming/misc/libIDL/actions.py create mode 100644 programming/misc/libIDL/pspec.xml create mode 100644 programming/misc/libIDL/translations.xml diff --git a/programming/misc/libIDL/actions.py b/programming/misc/libIDL/actions.py new file mode 100644 index 0000000000..830b09c703 --- /dev/null +++ b/programming/misc/libIDL/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/licenses/gpl.txt + +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools + +def setup(): + autotools.configure("--disable-static") + +def build(): + autotools.make() + +def install(): + autotools.install() + + pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "NEWS", "README") diff --git a/programming/misc/libIDL/pspec.xml b/programming/misc/libIDL/pspec.xml new file mode 100644 index 0000000000..0d6a15532a --- /dev/null +++ b/programming/misc/libIDL/pspec.xml @@ -0,0 +1,70 @@ + + + + + libIDL + http://www.gnome.org/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + CORBA tree builder + libIDL provides parsing .idl files and generate errors and warning messages in gcc-like format. + mirrors://gnome/libIDL/0.8/libIDL-0.8.14.tar.bz2 + + glib2-devel + + + + + libIDL + + glib2 + + + /usr/bin + /usr/lib + /usr/share/info + /usr/share/doc + + + + + libIDL-devel + Development files for libIDL + + libIDL + + + /usr/bin/libIDL-config-2 + /usr/lib/pkgconfig + /usr/include + + + + + + 2014-05-20 + 0.8.14 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-01-29 + 0.8.14 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2010-10-12 + 0.8.14 + First release + Pisi Linux Admins + admins@pisilinux.org + + + diff --git a/programming/misc/libIDL/translations.xml b/programming/misc/libIDL/translations.xml new file mode 100644 index 0000000000..b97135fdd9 --- /dev/null +++ b/programming/misc/libIDL/translations.xml @@ -0,0 +1,9 @@ + + + + libIDL + CORBA ağacı inşa aracı + Constructeur d'arbre CORBA + libIDL .idl dosyalarını ayrıştırmayı sağlar ve gcc biçimine benzer hata ve uyarı mesajları üretir. + +