mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to version 8
This commit is contained in:
parent
3c6ce30b05
commit
ec575386cb
3 changed files with 11 additions and 16 deletions
12
.SRCINFO
12
.SRCINFO
|
|
@ -1,8 +1,6 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Sat Dec 5 18:49:42 UTC 2015
|
||||
pkgbase = scrt
|
||||
pkgdesc = Vandyke SecureCRT SSH Client
|
||||
pkgver = 7.3.6
|
||||
pkgver = 8.0.0
|
||||
pkgrel = 1
|
||||
url = http://www.vandyke.com/products/securecrt/
|
||||
arch = x86_64
|
||||
|
|
@ -12,10 +10,10 @@ pkgbase = scrt
|
|||
depends = glibc
|
||||
depends = qt4
|
||||
options = !strip
|
||||
source_x86_64 = scrt-7.3.6.963.ubuntu13-64.tar.gz::file://scrt-7.3.6.963.ubuntu13-64.tar.gz
|
||||
md5sums_x86_64 = dbc351b0082d00581d9889cc71aa70a2
|
||||
source_i686 = scrt-7.3.6.963.ubuntu13.tar.gz::file://scrt-7.3.6.963.ubuntu13.tar.gz
|
||||
md5sums_i686 = 8c4aa8a386e9a0e9cd160a24bc95d9d3
|
||||
source_x86_64 = scrt-8.0.0.1063.ubuntu13-64.tar.gz::file://scrt-8.0.0.1063.ubuntu13-64.tar.gz
|
||||
md5sums_x86_64 = 02942bd378efaead6baa5b29cdbd349a
|
||||
source_i686 = scrt-8.0.0.1063.ubuntu13.tar.gz::file://scrt-8.0.0.1063.ubuntu13.tar.gz
|
||||
md5sums_i686 = 61795836e0f7a2b91d24596f84f1d2fb
|
||||
|
||||
pkgname = scrt
|
||||
|
||||
|
|
|
|||
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
scrt*
|
||||
*
|
||||
|
|
|
|||
14
PKGBUILD
14
PKGBUILD
|
|
@ -1,9 +1,10 @@
|
|||
# Maintainer : Remy van Elst
|
||||
# https://raymii.org
|
||||
# You need to download the files yourself from the VanDyke website and place them in the folder.
|
||||
|
||||
pkgname=scrt
|
||||
pkgver=7.3.6
|
||||
incrver=963
|
||||
pkgver=8.0.0
|
||||
incrver=1063
|
||||
pkgrel=1
|
||||
pkgdesc="Vandyke SecureCRT SSH Client"
|
||||
arch=('x86_64' 'i686')
|
||||
|
|
@ -13,9 +14,9 @@ license=('custom')
|
|||
depends=('openssl' 'glibc' 'qt4')
|
||||
|
||||
source_x86_64=("${pkgname}-${pkgver}.${incrver}.ubuntu13-64.tar.gz::file://${pkgname}-${pkgver}.${incrver}.ubuntu13-64.tar.gz")
|
||||
md5sums_x86_64=('dbc351b0082d00581d9889cc71aa70a2')
|
||||
md5sums_x86_64=('02942bd378efaead6baa5b29cdbd349a')
|
||||
source_i686=("${pkgname}-${pkgver}.${incrver}.ubuntu13.tar.gz::file://${pkgname}-${pkgver}.${incrver}.ubuntu13.tar.gz")
|
||||
md5sums_i686=('8c4aa8a386e9a0e9cd160a24bc95d9d3')
|
||||
md5sums_i686=('61795836e0f7a2b91d24596f84f1d2fb')
|
||||
options=('!strip')
|
||||
|
||||
package() {
|
||||
|
|
@ -29,11 +30,6 @@ package() {
|
|||
chmod +x "${pkgdir}/usr/lib/securecrt/run.sh"
|
||||
mkdir -p "$pkgdir/usr/bin/"
|
||||
ln -s /usr/lib/securecrt/run.sh "$pkgdir/usr/bin/SecureCRT"
|
||||
|
||||
install -Dm 644 ./libQtCore.so.4 ${pkgdir}/usr/lib/securecrt/libQtCore.so.4
|
||||
install -Dm 644 ./libQtDBus.so.4 ${pkgdir}/usr/lib/securecrt/libQtDBus.so.4
|
||||
install -Dm 644 ./libQtGui.so.4 ${pkgdir}/usr/lib/securecrt/libQtGui.so.4
|
||||
install -Dm 644 ./libQtNetwork.so.4 ${pkgdir}/usr/lib/securecrt/libQtNetwork.so.4
|
||||
|
||||
install -Dm 644 ./SecureCRT.desktop ${pkgdir}/usr/share/applications/SecureCRT.desktop
|
||||
install -Dm 644 ./securecrt_64.png ${pkgdir}/usr/share/vandyke/data/securecrt_64.png
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue