libnvme-1.5 new package

This commit is contained in:
Rmys
2023-07-16 14:24:24 +03:00
parent bd6d92f375
commit 499e1371ec
7 changed files with 396662 additions and 396488 deletions
+396558 -396486
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
24c1a760c47c908240b23a379240217bbb2d1f80
db1d69ff38be2f79456ee50a9d86a4a01d9d20fd
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
89b191b2dec20725d11d457ffbb2d25d8ebc4d0c
cfcc1e906a334082875a6168ea57197b7fd431ae
+22
View File
@@ -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 autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import mesontools
from pisi.actionsapi import get
def setup():
mesontools.configure("-Dpython=enabled -Dlibdbus=enabled")
def build():
mesontools.build()
def install():
mesontools.install()
pisitools.dodoc("COPYING", "README*")
+72
View File
@@ -0,0 +1,72 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libnvme</Name>
<Homepage>https://github.com/linux-nvme/libnvme/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2.1</License>
<IsA>library</IsA>
<Summary>C Library for NVM Express on Linux</Summary>
<Icon>libnvme</Icon>
<Description>Linux'ta NVM Express için C Kitaplığı</Description>
<Archive sha1sum="566c9f032a61225bdf14a1a234d53aa66e79e85a" type="targz">https://github.com/linux-nvme/libnvme/archive/refs/tags/v1.5.tar.gz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>swig</Dependency>
<Dependency>asciidoc</Dependency>
<Dependency>keyutils</Dependency>
<Dependency>dbus-devel</Dependency>
<Dependency>json-c-devel</Dependency>
<Dependency>openssl-devel</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>libnvme.patch</Patch>
<Patch level="1">libnvme.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>libnvme</Name>
<RuntimeDependencies>
<Dependency>dbus</Dependency>
<Dependency>json-c</Dependency>
<Dependency>openssl</Dependency>
<Dependency>keyutils</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>libnvme-devel</Name>
<Summary>Development files for libnvme</Summary>
<RuntimeDependencies>
<Dependency release="current">libnvme</Dependency>
<Dependency>dbus-devel</Dependency>
<Dependency>json-c-devel</Dependency>
<Dependency>openssl-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2023-07-12</Date>
<Version>1.5</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>libnvme</Name>
<Summary xml:lang="tr">C Library for NVM Express on Linux</Summary>
<Description xml:lang="tr">Linux'ta NVM Express için C Kitaplığı</Description>
</Source>
</PISI>