wok-current annotate pilot-link-dev/receipt @ rev 25670
Update firmware-* packages to 20240220
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Sat Mar 02 21:41:14 2024 +0000 (11 months ago) |
parents | 7aa5bdffd3f5 |
children |
rev | line source |
---|---|
llevrel@18696 | 1 # SliTaz package receipt. |
llevrel@18696 | 2 |
llevrel@18696 | 3 PACKAGE="pilot-link-dev" |
llevrel@18696 | 4 VERSION="0.12.5" |
llevrel@18696 | 5 CATEGORY="development" |
llevrel@18696 | 6 SHORT_DESC="pilot-link devel files." |
llevrel@18696 | 7 MAINTAINER="Lucas Levrel <llev@slitaz.org>" |
llevrel@18696 | 8 LICENSE="GPL-LGPL" |
llevrel@18696 | 9 WANTED="pilot-link" |
pascal@25539 | 10 WEB_SITE="https://github.com/jichu4n/pilot-link" |
llevrel@18696 | 11 |
llevrel@18697 | 12 DEPENDS="pilot-link" |
llevrel@18697 | 13 |
llevrel@18696 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
llevrel@18696 | 15 genpkg_rules() |
llevrel@18696 | 16 { |
llevrel@18696 | 17 mkdir -p $fs/usr/share |
llevrel@18697 | 18 cp -a $install/usr/include $fs/usr |
llevrel@18696 | 19 cp -a $install/usr/share/aclocal $fs/usr/share |
llevrel@18696 | 20 } |