summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMantas Mikulėnas2021-01-16 19:55:54 +0200
committerMantas Mikulėnas2021-01-16 19:55:54 +0200
commit7df7ad542be9369e1c2f2eca2ed85510493193c0 (patch)
tree56e18738b000c2eac127710f5f7f6cd3d1042a9d
parent401bbfd49fa2d31196c3822a0b628e6b65553744 (diff)
downloadaur-7df7ad542be9369e1c2f2eca2ed85510493193c0.tar.gz
install PDF documentation which is helpfully included in the zipball
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03e0fadb8778..9ad04f7348b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sac-core
pkgdesc = SafeNet Authentication Client for eToken 5110/5300 & IDPrime (core package with no GUI tools)
pkgver = 10.7.77
- pkgrel = 1
+ pkgrel = 2
url = https://cpl.thalesgroup.com/access-management/security-applications/authentication-client-token-management
arch = x86_64
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index 0b1c3d18baec..60ccdc92e698 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=sac-core
pkgver=10.7.77
-pkgrel=1
+pkgrel=2
pkgdesc='SafeNet Authentication Client for eToken 5110/5300 & IDPrime (core package with no GUI tools)'
url='https://cpl.thalesgroup.com/access-management/security-applications/authentication-client-token-management'
arch=(x86_64)
@@ -38,7 +38,13 @@ package() {
#ln -s libeToken.so "$pkgdir"/usr/lib/libeTPkcs11.so
#ln -s ../libeToken.so "$pkgdir"/usr/lib/pkcs11/libeTPkcs11.so
- install -Dm644 eToken.conf "$pkgdir"/etc/eToken.conf
+ # Documentation -- user guide belongs to the GUI package
+ install -Dm644 "GA - Build 77/Documentation/007-013841-002_SafeNet Authentication Client_ 10.7_Linux_GA_RN_RevD.pdf" \
+ "$pkgdir"/usr/share/doc/$pkgname/SAC_10.7_Linux_Release_Notes.pdf
+ install -Dm644 "GA - Build 77/Documentation/007-013842-001_SafeNet Authentication Client_10.7_GA_Linux_Administrator_Guide_Rev C.pdf" \
+ "$pkgdir"/usr/share/doc/$pkgname/SAC_10.7_Linux_Administrator_Guide.pdf
+
+ #install -Dm644 eToken.conf "$pkgdir"/etc/eToken.conf
}
# vim: ts=2:sw=2:et: