clinfo new package
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#!/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 autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def build():
|
||||
autotools.make("PREFIX=/usr")
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s BINDIR=/usr/bin MANDIR=/usr/share/man" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("LICENSE", "README*")
|
||||
@@ -0,0 +1,49 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>clinfo</Name>
|
||||
<Homepage>https://github.com/Oblomov/clinfo</Homepage>
|
||||
<Packager>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Packager>
|
||||
<License>custom</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Simple OpenCL application that enumerates all available platform and device properties</Summary>
|
||||
<Description>Mevcut tüm platform ve cihaz özelliklerini sıralayan basit OpenCL uygulaması</Description>
|
||||
<Archive sha1sum="f97df7b3fe1fd2ab33ad72dd36624547017647e7" type="targz">https://github.com/Oblomov/clinfo/archive/refs/tags/3.0.23.01.25.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>opencl-icd-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<!--
|
||||
<Patches>
|
||||
<Patch>clinfo.patch</Patch>
|
||||
<Patch level="1">clinfo.patch</Patch>
|
||||
</Patches>
|
||||
-->
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>clinfo</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>opencl-icd</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2023-02-17</Date>
|
||||
<Version>3.0.23.01.25</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>clinfo</Name>
|
||||
<Summary xml:lang="tr">Simple OpenCL application that enumerates all available platform and device properties</Summary>
|
||||
<Description xml:lang="tr">Mevcut tüm platform ve cihaz özelliklerini sıralayan basit OpenCL uygulaması</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user