@@ -29,10 +29,10 @@ def install():
|
||||
autotools.rawInstall('DESTDIR=%s libexecdir="/usr/libexec"' % get.installDIR())
|
||||
|
||||
# Compat symlinks
|
||||
pisitools.dosym("gpg2", "/usr/bin/gpg")
|
||||
pisitools.dosym("gpgv2", "/usr/bin/gpgv")
|
||||
pisitools.dosym("gpg2.1", "/usr/share/man/man1/gpg.1")
|
||||
pisitools.dosym("gpgv2.1", "/usr/share/man/man1/gpgv.1")
|
||||
pisitools.dosym("gpg", "/usr/bin/gpg2")
|
||||
pisitools.dosym("gpgv", "/usr/bin/gpgv2")
|
||||
pisitools.dosym("gpg.1", "/usr/share/man/man1/gpg2.1")
|
||||
pisitools.dosym("gpgv.1", "/usr/share/man/man1/gpgv2.1")
|
||||
|
||||
# Lets make doc
|
||||
pisitools.dohtml("doc/*")
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>The GNU Privacy Guard, a PGP replacement</Summary>
|
||||
<Description>GnuPG allows to encrypt and sign your data and communication, features a versatile key managment system as well as access modules for all kinds of public key directories.</Description>
|
||||
<Archive sha1sum="b698012cc2d77c2652afd168a15e679d1394fa89" type="tarbz2">http://gd.tuwien.ac.at/pub/gnupg/gnupg/gnupg-2.1.18.tar.bz2</Archive>
|
||||
<Archive sha1sum="732266e8888c6f41c084d043c7a0058332ff3580" type="tarbz2">https://www.gnupg.org/ftp/gcrypt/gnupg/gnupg-2.2.4.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>openldap-client</Dependency>
|
||||
<Dependency>pinentry</Dependency>
|
||||
@@ -89,6 +89,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2018-08-03</Date>
|
||||
<Version>2.2.4</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2017-01-25</Date>
|
||||
<Version>2.1.18</Version>
|
||||
|
||||
Reference in New Issue
Block a user