mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Fixed formatting for install commands
This commit is contained in:
parent
f811891318
commit
17938c49b2
2 changed files with 26 additions and 48 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = scrt
|
||||
pkgdesc = Vandyke SecureCRT SSH Client
|
||||
pkgver = 9.0.1
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = http://www.vandyke.com/products/securecrt/
|
||||
arch = x86_64
|
||||
groups =
|
||||
|
|
|
|||
72
PKGBUILD
72
PKGBUILD
|
|
@ -8,7 +8,7 @@
|
|||
pkgname=scrt
|
||||
pkgver=9.0.1
|
||||
incrver=2451
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Vandyke SecureCRT SSH Client"
|
||||
arch=('x86_64')
|
||||
url="http://www.vandyke.com/products/securecrt/"
|
||||
|
|
@ -27,52 +27,30 @@ package() {
|
|||
|
||||
install -Dm 755 ./SecureCRT ${pkgdir}/usr/bin/SecureCRT
|
||||
|
||||
install -Dm 755 ./libClientConfigUiQt.so
|
||||
${pkgdir}/usr/lib/scrt/libClientConfigUiQt.so
|
||||
install -Dm 755 ./libQt5Multimedia.so.5
|
||||
${pkgdir}/usr/lib/scrt/libQt5Multimedia.so.5
|
||||
install -Dm 755 ./libpython3Qt.so
|
||||
${pkgdir}/usr/lib/scrt/libpython3Qt.so
|
||||
install -Dm 755 ./libibusplatforminputcontextplugin.so
|
||||
${pkgdir}/usr/lib/scrt/plugins/platforminputcontexts/libibusplatforminputcontextplugin.so
|
||||
install -Dm 755 ./libcomposeplatforminputcontextplugin.so
|
||||
${pkgdir}/usr/lib/scrt/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so
|
||||
install -Dm 755 ./libqxcb.so
|
||||
${pkgdir}/usr/lib/scrt/plugins/platforms/libqxcb.so
|
||||
install -Dm 755 ./libCommonUiQt.so
|
||||
${pkgdir}/usr/lib/scrt/libCommonUiQt.so
|
||||
install -Dm 755 ./libQt5Gui.so.5
|
||||
${pkgdir}/usr/lib/scrt/libQt5Gui.so.5
|
||||
install -Dm 755 ./libQt5PrintSupport.so.5
|
||||
${pkgdir}/usr/lib/scrt/libQt5PrintSupport.so.5
|
||||
install -Dm 755 ./libQt5Core.so.5
|
||||
${pkgdir}/usr/lib/scrt/libQt5Core.so.5
|
||||
install -Dm 755 ./libQt5Widgets.so.5
|
||||
${pkgdir}/usr/lib/scrt/libQt5Widgets.so.5
|
||||
install -Dm 755 ./libQt5Network.so.5
|
||||
${pkgdir}/usr/lib/scrt/libQt5Network.so.5
|
||||
install -Dm 755 ./libQt5XcbQpa.so.5
|
||||
${pkgdir}/usr/lib/scrt/lib/libQt5XcbQpa.so.5
|
||||
install -Dm 755 ./libQt5DBus.so.5
|
||||
${pkgdir}/usr/lib/scrt/lib/libQt5DBus.so.5
|
||||
install -Dm 755 ./libClientConfigUiQt.so ${pkgdir}/usr/lib/scrt/libClientConfigUiQt.so
|
||||
install -Dm 755 ./libQt5Multimedia.so.5 ${pkgdir}/usr/lib/scrt/libQt5Multimedia.so.5
|
||||
install -Dm 755 ./libpython3Qt.so ${pkgdir}/usr/lib/scrt/libpython3Qt.so
|
||||
install -Dm 755 ./libibusplatforminputcontextplugin.so ${pkgdir}/usr/lib/scrt/plugins/platforminputcontexts/libibusplatforminputcontextplugin.so
|
||||
install -Dm 755 ./libcomposeplatforminputcontextplugin.so ${pkgdir}/usr/lib/scrt/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so
|
||||
install -Dm 755 ./libqxcb.so ${pkgdir}/usr/lib/scrt/plugins/platforms/libqxcb.so
|
||||
install -Dm 755 ./libCommonUiQt.so ${pkgdir}/usr/lib/scrt/libCommonUiQt .so
|
||||
install -Dm 755 ./libQt5Gui.so.5 ${pkgdir}/usr/lib/scrt/libQt5Gui.so.5
|
||||
install -Dm 755 ./libQt5PrintSupport.so.5 ${pkgdir}/usr/lib/scrt/libQt5PrintSupport.so.5
|
||||
install -Dm 755 ./libQt5Core.so.5 ${pkgdir}/usr/lib/scrt/libQt5Core.so.5
|
||||
install -Dm 755 ./libQt5Widgets.so.5 ${pkgdir}/usr/lib/scrt/libQt5Widgets.so.5
|
||||
install -Dm 755 ./libQt5Network.so.5 ${pkgdir}/usr/lib/scrt/libQt5Network.so.5
|
||||
install -Dm 755 ./libQt5XcbQpa.so.5 ${pkgdir}/usr/lib/scrt/lib/libQt5XcbQpa.so.5
|
||||
install -Dm 755 ./libQt5DBus.so.5 ${pkgdir}/usr/lib/scrt/lib/libQt5DBus.so.5
|
||||
|
||||
install -Dm 644 ./SecureCRT_fr.qm
|
||||
${pkgdir}/usr/share/vandyke/data/SecureCRT_fr.qm
|
||||
install -Dm 644 ./SecureCRT_README.txt
|
||||
${pkgdir}/usr/share/doc/scrt/SecureCRT_README.txt
|
||||
install -Dm 644 ./SecureCRT_Ubuntu_Copyright.txt
|
||||
${pkgdir}/usr/share/doc/scrt/copyright
|
||||
install -Dm 644 ./SecureCRT_EULA.txt
|
||||
${pkgdir}/usr/share/doc/scrt/SecureCRT_EULA.txt
|
||||
install -Dm 644 ./SecureCRT_HISTORY.txt
|
||||
${pkgdir}/usr/share/doc/scrt/SecureCRT_HISTORY.txt
|
||||
install -Dm 644 ./changelog.Debian.gz
|
||||
${pkgdir}/usr/share/doc/scrt/changelog.Debian.gz
|
||||
cp -rp ./SecureCRTHelp
|
||||
${pkgdir}/usr/share/doc/scrt/SecureCRTHelp
|
||||
install -Dm 644 ./SecureCRT_fr.qm ${pkgdir}/usr/share/vandyke/data/SecureCRT_fr.qm
|
||||
install -Dm 644 ./SecureCRT_README.txt ${pkgdir}/usr/share/doc/scrt/SecureCRT_README.txt
|
||||
install -Dm 644 ./SecureCRT_Ubuntu_Copyright.txt ${pkgdir}/usr/share/doc/scrt/copyright
|
||||
install -Dm 644 ./SecureCRT_EULA.txt ${pkgdir}/usr/share/doc/scrt/SecureCRT_EULA.txt
|
||||
install -Dm 644 ./SecureCRT_HISTORY.txt ${pkgdir}/usr/share/doc/scrt/SecureCRT_HISTORY.txt
|
||||
install -Dm 644 ./changelog.Debian.gz ${pkgdir}/usr/share/doc/scrt/changelog.Debian.gz
|
||||
|
||||
cp -rp ./SecureCRTHelp ${pkgdir}/usr/share/doc/scrt/SecureCRTHelp
|
||||
|
||||
install -Dm 644 ./securecrt_64.png
|
||||
${pkgdir}/usr/share/vandyke/data/securecrt_64.png
|
||||
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
|
||||
install -Dm 644 ./SecureCRT.desktop ${pkgdir}/usr/share/applications/SecureCRT.desktop
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue