From eb9da5ed9e6a3ea306b96d93ab2b7fd35e355834 Mon Sep 17 00:00:00 2001 From: idriskalp Date: Sat, 4 Jan 2020 21:21:39 +0300 Subject: [PATCH] libclc add to main --- x11/library/libclc/actions.py | 22 ++++++++++++ x11/library/libclc/pspec.xml | 55 +++++++++++++++++++++++++++++ x11/library/libclc/translations.xml | 8 +++++ 3 files changed, 85 insertions(+) create mode 100755 x11/library/libclc/actions.py create mode 100755 x11/library/libclc/pspec.xml create mode 100755 x11/library/libclc/translations.xml diff --git a/x11/library/libclc/actions.py b/x11/library/libclc/actions.py new file mode 100755 index 0000000000..cc7b34dfe3 --- /dev/null +++ b/x11/library/libclc/actions.py @@ -0,0 +1,22 @@ +#!/usr/bin/env 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 pythonmodules +from pisi.actionsapi import shelltools +from pisi.actionsapi import pisitools +from pisi.actionsapi import autotools +from pisi.actionsapi import get + +def setup(): + shelltools.system("python ./configure.py --prefix=/usr") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("LICENSE*", "README*") diff --git a/x11/library/libclc/pspec.xml b/x11/library/libclc/pspec.xml new file mode 100755 index 0000000000..bc25046315 --- /dev/null +++ b/x11/library/libclc/pspec.xml @@ -0,0 +1,55 @@ + + + + + libclc + https://github.com/llvm-mirror/libclc + + PisiLinux Community + admins@pisilinux.org + + MIT + library + Library requirements of the OpenCL C programming language + Library requirements of the OpenCL C programming language + https://sourceforge.net/projects/pisilinux/files/source/libclc-r375507.tar.xz + + llvm + python-devel + llvm-clang-devel + + + + + libclc + + + + /usr/lib + /usr/share + /usr/share/doc + + + + + libclc-devel + Development files for libclc + + libclc + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2020-01-05 + 9.0.1_375507 + First release + İdris Kalp + idriskalp@gmail.com + + + diff --git a/x11/library/libclc/translations.xml b/x11/library/libclc/translations.xml new file mode 100755 index 0000000000..bc65aa7077 --- /dev/null +++ b/x11/library/libclc/translations.xml @@ -0,0 +1,8 @@ + + + + libclc + Library requirements of the OpenCL C programming language + Library requirements of the OpenCL C programming language + +