new packages: nfs-utils, libgssglue, rpcbind

This commit is contained in:
suvari
2022-03-11 20:43:46 +03:00
parent 15237f87a2
commit 7050abfeea
26 changed files with 3434 additions and 967 deletions
+50
View File
@@ -0,0 +1,50 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libgssglue</Name>
<Homepage>http://www.citi.umich.edu/projects/nfsv4/linux/</Homepage>
<Packager>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<IsA>library</IsA>
<Summary>exports a gssapi interface which calls other random gssapi libraries</Summary>
<Description>libgssglue provides a gssapi interface, but does not implement any gssapi mechanisms itself; instead it calls other gssapi functions (e.g., those provided by MIT Kerberos), depending on the requested mechanism, to do the work. </Description>
<Archive sha1sum="a8edc4f6a1d4dcd80ad52d18226fc65fa8850af1" type="targz">http://www.citi.umich.edu/projects/nfsv4/linux/libgssglue/libgssglue-0.4.tar.gz</Archive>
<Patches>
<Patch level="1">libgssglue-0.1-gssglue.patch</Patch>
</Patches>
</Source>
<Package>
<Name>libgssglue</Name>
<Files>
<Path fileType="library">/usr/lib/libgssglue.so*</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>libgssglue-devel</Name>
<Summary>libgssglue development files</Summary>
<RuntimeDependencies>
<Dependency release="current">libgssglue</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-03-10</Date>
<Version>0.4</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>