wok-current view get-hplip-plugin/receipt @ rev 25701

Fix dep for libglamoregl.so (libepoxy), and miss file for amdgpu (thanks alanyih)
author Stanislas Leduc <shann@slitaz.org>
date Fri Apr 19 12:48:51 2024 +0000 (2 months ago)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="get-hplip-plugin"
4 VERSION="1.00"
5 CATEGORY="non-free"
6 SHORT_DESC="Get Binary plugin for HPs hplip printer driver library."
7 MAINTAINER="shann@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://hplipopensource.com/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/bin
15 install -o root -g root -m755 \
16 stuff/get-hplip-plugin $fs/usr/bin
17 }