Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
6e684ed6
Commit
6e684ed6
authored
Aug 06, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play: add thinlic-client
parent
781b82a7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
59 additions
and
0 deletions
+59
-0
thinlinc-client.sh
play.d/thinlinc-client.sh
+42
-0
thinlinc-client.sh
repack.d/thinlinc-client.sh
+17
-0
No files found.
play.d/thinlinc-client.sh
0 → 100755
View file @
6e684ed6
#!/bin/sh
PKGNAME
=
thinlinc-client
SUPPORTEDARCHES
=
"x86_64 x86 armhf"
VERSION
=
"
$2
"
DESCRIPTION
=
"ThinLinc Client from the official site"
URL
=
"https://www.cendio.com/thinlinc"
.
$(
dirname
$0
)
/common.sh
[
"
$VERSION
"
=
"*"
]
||
VERSION
=
"
$VERSION
-*"
pkgtype
=
$(
epm print info
-p
)
arch
=
"
$(
epm print info
-a
)
"
case
"
$pkgtype
-
$arch
"
in
rpm-x86_64
)
file
=
"thinlinc-client-
$VERSION
.x86_64.rpm"
;;
rpm-x86
)
file
=
"thinlinc-client-
$VERSION
.i686.rpm"
;;
rpm-armhf
)
file
=
"thinlinc-client-
$VERSION
.armv7hl.rpm"
;;
*
-x86_64
)
file
=
"thinlinc-client_
${
VERSION
}
_amd64.deb"
;;
*
-x86
)
file
=
"thinlinc-client_
${
VERSION
}
_i386.deb"
;;
*
-armhf
)
file
=
"thinlinc-client_
${
VERSION
}
_armhf.deb"
;;
esac
PKGURL
=
"https://www.cendio.com/downloads/clients/
$file
"
repack
=
''
[
"
$(
epm print info
-s
)
"
=
"alt"
]
&&
repack
=
'--repack'
epm
install
$repack
"
$PKGURL
"
repack.d/thinlinc-client.sh
0 → 100755
View file @
6e684ed6
#!/bin/sh -x
# It will run with two args: buildroot spec
BUILDROOT
=
"
$1
"
SPEC
=
"
$2
"
PRODUCT
=
tlclient
PRODUCTCUR
=
thinlinc
PRODUCTDIR
=
/opt/thinlinc
.
$(
dirname
$0
)
/common.sh
add_bin_link_command
$PRODUCT
$PRODUCTDIR
/bin/
$PRODUCT
add_bin_exec_command
$PRODUCTCUR
$PRODUCT
fix_desktop_file
"/opt/thinlinc/bin/tlclient-openconf"
add_libs_requires
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment