summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 908c33cb2e45b868f532e05ca7dc937d73e2914b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Maintainer: Stezko <stezko@gmail.com>
# Contributor: SAFIB LTD <service.assist@safib.ru>

pkgname=assistant
pkgver=5.6.2
pkgrel=3
_pkg=972
pkgdesc='Secure remote access to computers over a local network or over the Internet.'
arch=('x86_64')
license=('custom:SAFIB LTD')
url="https://xn--80akicokc0aablc.xn--p1ai/"
depends=('bash' 'gtk2' 'gtk-engine-murrine')
options=('!strip')
install=${pkgname}.install
source=("${url}%D1%81%D0%BA%D0%B0%D1%87%D0%B0%D1%82%D1%8C/Download/${_pkg}"
	"https://archive.archlinux.org/packages/l/libtiff/libtiff-4.5.0-4-x86_64.pkg.tar.zst")
md5sums=('8BCB7690394CA23CFBFA4DBB93BE257E'
	 'f06d9d5070038b0dc84b0bdfc8cf37b8')

build() {

	# Libtiff, package requires libtiff4.5.0 version
	tar -xvf libtiff-4.5.0-4-x86_64.pkg.tar.zst
}


package() {
	sh "${_pkg}" --tar -xvf
	mkdir ${pkgdir}/opt
	tar -C ${pkgdir}/opt/ -xvf ${pkgname}.tar.gz
 	cp "${srcdir}/usr/lib/libtiff.so.6.0.0" "${pkgdir}/opt/${pkgname}/lib/libtiff.so.6"
	install -Dm644 "${pkgdir}/opt/${pkgname}/license/License.rtf" "${pkgname}/usr/share/licenses/${pkgname}/License.rtf"
#	find "${pkgdir}" -type d -print0 |xargs -0 chmod 755

}