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
9aafb8e7
Commit
9aafb8e7
authored
May 15, 2024
by
Иван Мажукин
Committed by
Vitaly Lipatov
Nov 09, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play: add levenhuklite (eterbug #17332)
parent
d7328f21
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
62 additions
and
0 deletions
+62
-0
LevenhukLite.sh
pack.d/LevenhukLite.sh
+35
-0
levenhuklite.sh
play.d/levenhuklite.sh
+15
-0
LevenhukLite.sh
repack.d/LevenhukLite.sh
+12
-0
No files found.
pack.d/LevenhukLite.sh
0 → 100755
View file @
9aafb8e7
#!/bin/sh
TAR
=
"
$1
"
RETURNTARNAME
=
"
$2
"
VERSION
=
"
$3
"
.
$(
dirname
$0
)
/common.sh
# lvh_software_levenhuklite_4_11_2023_12.zip
erc unpack
$TAR
||
fatal
cd
*
erc unpack LevenhukLite.x64.tar.bz2
||
fatal
sed
-n
-e
'1,/^exit 0$/!p'
LevenhukLite.x64.sh
>
LevenhukLite.tgz
erc unpack LevenhukLite.tgz
||
fatal
cd
LevenhukLite
mkdir
-p
opt/
$PRODUCT
mkdir
-p
usr/share/icons/hicolor/128x128/apps/
mkdir
-p
usr/lib/udev/rules.d/
mkdir
-p
usr/share/applications
cp
-a
i18n opt/
$PRODUCT
/
install
-m0755
LevenhukLite opt/
$PRODUCT
/
install
-m0755
liblevenhukcam.so opt/
$PRODUCT
/
install
-m0755
liblevenhuknam.so opt/
$PRODUCT
/
install
-Dpm0644
LevenhukLite.png usr/share/icons/hicolor/128x128/apps/
install
-Dm0644
99-levenhukcam.rules usr/lib/udev/rules.d/
install
-Dpm0644
LevenhukLite.desktop usr/share/applications
PKGNAME
=
$PRODUCT
-
$VERSION
erc pack
$PKGNAME
.tar opt usr
||
fatal
return_tar
$PKGNAME
.tar
play.d/levenhuklite.sh
0 → 100755
View file @
9aafb8e7
#!/bin/sh
PKGNAME
=
LevenhukLite
SUPPORTEDARCHES
=
"x86_64"
VERSION
=
"4.11.2023.12"
DESCRIPTION
=
"LevenhukLite microscope"
URL
=
"https://www.levenhuk.ru/"
.
$(
dirname
$0
)
/common.sh
warn_version_is_not_supported
PKGURL
=
"https://www.levenhuk.ru/products/materials/0/lvh_software_levenhuklite_
${
VERSION
//./_
}
.zip"
install_pack_pkgurl
$VERSION
repack.d/LevenhukLite.sh
0 → 100755
View file @
9aafb8e7
#!/bin/sh -x
# It will be run with two args: buildroot spec
BUILDROOT
=
"
$1
"
SPEC
=
"
$2
"
.
$(
dirname
$0
)
/common.sh
fix_desktop_file
add_bin_exec_command
add_libs_requires
\ No newline at end of file
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