rpcsvc-proto: new package for samba
This commit is contained in:
+190574
-190474
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
fa83d766f67a83bd13aa01d482bb676c2ff99c79
|
||||
f26fc301b72f80f2f5ed34e7d64073c5e2d16590
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
34455a3c678bee6587c98890dd2e5ab2e80c96d9
|
||||
b98e0a7a35ad5ee7bd2f6651eda1a7c40f44ff6f
|
||||
@@ -0,0 +1,22 @@
|
||||
#!/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
|
||||
from pisi.actionsapi import get
|
||||
|
||||
|
||||
def setup():
|
||||
autotools.autoreconf("-fi")
|
||||
autotools.configure()
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("ChangeLog", "COPYING", "README")
|
||||
@@ -0,0 +1,56 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>rpcsvc-proto</Name>
|
||||
<Homepage>https://github.com/thkukuk/rpcsvc-proto</Homepage>
|
||||
<Packager>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>BSD</License>
|
||||
<IsA>library</IsA>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>This package contains rpcsvc proto.x files from glibc, which are
|
||||
missing in libtirpc.</Summary>
|
||||
<Description>This package contains rpcsvc proto.x files from glibc, which are
|
||||
missing in libtirpc. Additional it contains rpcgen, which is needed
|
||||
to create header files and sources from protocol files.</Description>
|
||||
<Archive sha1sum="e986a8077f9b2581f284d2e049d4d9be7a18bd85" type="tarxz">https://github.com/thkukuk/rpcsvc-proto/releases/download/v1.4/rpcsvc-proto-1.4.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>glibc-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>rpcsvc-proto</Name>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<!-- <Path fileType="library">/usr/lib</Path> -->
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="man">/usr/share/man/man1/rpcgen.1</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>rpcsvc-proto-devel</Name>
|
||||
<Summary>Development headers for rpcsvc-proto</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">rpcsvc-proto</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="library">/usr/share/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2019-03-29</Date>
|
||||
<Version>1.4</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>rpcsvc-proto</Name>
|
||||
<Summary xml:lang="tr">Glibc'den gelen rpcsvc proto.x dosyalarını içerir.</Summary>
|
||||
<Description xml:lang="tr">Bu paket, glibc'den gelen, libtirpc'de eksik olan rpcsvc proto.x dosyalarını içerir. Ek olarak protokol dosyalarından başlık dosyaları ve kaynaklar oluşturmak için gerekli olan rpcgen içerir.
|
||||
.</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>rpcsvc-proto-devel</Name>
|
||||
<Summary xml:lang="tr">rpcsvc-proto kitaplığı için geliştirme başlıkları</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
@@ -1,10 +1,9 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>vte</Name>
|
||||
<Homepage>http://www.gnome.org</Homepage>
|
||||
<Homepage>https://www.gnome.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
@@ -139,4 +138,4 @@
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user