wok annotate lirc-dev/receipt @ rev 23469

linux-zram: autostart (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 05 11:03:33 2020 +0200 (2020-04-05)
parents 380ffe05937a
children
rev   line source
rcx@3717 1 # SliTaz package receipt.
rcx@3717 2
rcx@3717 3 PACKAGE="lirc-dev"
slaxemulator@9480 4 VERSION="0.9.0"
rcx@3717 5 CATEGORY="development"
rcx@3717 6 SHORT_DESC="lirc devel files."
rcx@3717 7 MAINTAINER="rcx@zoominternet.net"
pascal@15000 8 LICENSE="GPL2"
pascal@23469 9 WEB_SITE="https://www.lirc.org/"
rcx@3717 10 WANTED="lirc"
rcx@3717 11
pascal@15000 12 DEPENDS="lirc"
pascal@15000 13
rcx@3717 14 # Rules to gen a SliTaz package suitable for Tazpkg.
rcx@3717 15 genpkg_rules()
rcx@3717 16 {
rcx@3717 17 mkdir -p $fs/usr/lib
pascal@15000 18 cp -a $install/usr/lib/*.*a $fs/usr/lib
pascal@15000 19 cp -a $install/usr/include $fs/usr
rcx@3717 20 }