p11-kit:ver bump docs split
This commit is contained in:
@@ -14,16 +14,13 @@ def setup():
|
||||
"
|
||||
|
||||
if get.buildTYPE() == "emul32":
|
||||
options += "--sysconfdir=/usr/emul32/etc \
|
||||
--bindir=/usr/emul32/bin \
|
||||
--libdir=/usr/lib32 \
|
||||
--datadir=/usr/emul32/share \
|
||||
--with-module-path=/usr/lib32/pkcs11 \
|
||||
--libexecdir=/usr/emul32/libexec"
|
||||
|
||||
shelltools.export("CC", "%s -m32" % get.CC())
|
||||
shelltools.export("CXX", "%s -m32" % get.CXX())
|
||||
shelltools.export("PKG_CONFIG_PATH", "/usr/lib32/pkgconfig")
|
||||
options += "--prefix=/_emul32 \
|
||||
--libdir=/usr/lib32 \
|
||||
--libexecdir=/_emul32/libexec \
|
||||
--with-module-path=/usr/lib32/pkcs11"
|
||||
|
||||
|
||||
autotools.configure(options)
|
||||
@@ -36,7 +33,7 @@ def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
if get.buildTYPE() == "emul32":
|
||||
pisitools.removeDir("/usr/emul32")
|
||||
pisitools.removeDir("_emul32")
|
||||
return
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README")
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<PartOf>util.crypt</PartOf>
|
||||
<Summary>Library to work with PKCS#11 modules</Summary>
|
||||
<Description>The p11-kit package Provides a way to load and enumerate PKCS #11 (a Cryptographic Token Interface Standard) modules.</Description>
|
||||
<Archive sha1sum="1c67633736301707d7d0b2b0cf35f9240259deb3" type="targz">https://github.com/p11-glue/p11-kit/releases/download/0.23.9/p11-kit-0.23.9.tar.gz</Archive>
|
||||
<Archive sha1sum="783fb69fabbc0fbc6569a3350f4bc553d95ecf2b" type="targz">https://github.com/p11-glue/p11-kit/releases/download/0.23.13/p11-kit-0.23.13.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="4.13">libtasn1-devel</Dependency>
|
||||
<Dependency>libffi-devel</Dependency>
|
||||
@@ -68,8 +68,23 @@
|
||||
<Path fileType="library">/usr/lib32</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>p11-kit-docs</Name>
|
||||
<Summary>Development documents for p11-kit</Summary>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/gtk-doc/html</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2019-01-23</Date>
|
||||
<Version>0.23.13</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2018-07-31</Date>
|
||||
<Version>0.23.9</Version>
|
||||
|
||||
Reference in New Issue
Block a user