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
8895d9fc
Commit
8895d9fc
authored
May 19, 2025
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play: add cnijfilter2
parent
38894208
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
36 additions
and
0 deletions
+36
-0
cnijfilter2.sh
pack.d/cnijfilter2.sh
+19
-0
cnijfilter2.sh
play.d/cnijfilter2.sh
+17
-0
No files found.
pack.d/cnijfilter2.sh
0 → 100755
View file @
8895d9fc
#!/bin/sh
TAR
=
"
$1
"
RETURNTARNAME
=
"
$2
"
.
$(
dirname
$0
)
/common.sh
if
!
echo
"
$TAR
"
|
grep
-q
"cnijfilter2"
;
then
fatal
"No idea how to handle
$TAR
"
fi
erc unpack
$TAR
&&
cd
cni
*
||
fatal
arch
=
"
$(
epm print info
-a
)
"
#PKG="packages/cnijfilter2_*_amd64.deb"
PKG
=
"packages/cnijfilter2-*.
$arch
.rpm"
return_tar
$PKG
play.d/cnijfilter2.sh
0 → 100755
View file @
8895d9fc
#!/bin/sh
PKGNAME
=
cnijfilter2
SUPPORTEDARCHES
=
"x86_64 aarch64"
VERSION
=
"
$2
"
DESCRIPTION
=
"IJ Printer Driver for Linux from the official site"
URL
=
"https://www.canon-europe.com/support/"
.
$(
dirname
$0
)
/common.sh
warn_version_is_not_supported
# https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=cnrdrvcups-lb
#PKGURL="https://gdlp01.c-wss.com/gds/0/0100010920/01/cnijfilter2-6.10-1-rpm.tar.gz"
PKGURL
=
"https://gdlp01.c-wss.com/gds/1/0100012301/02/cnijfilter2-6.80-1-rpm.tar.gz"
install_pack_pkgurl
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