wok view lirc-bin/receipt @ rev 20639

up rclone to v1.44
author Lucas Levrel <llevrel@yahoo.fr>
date Thu Jan 10 21:49:04 2019 +0100 (2019-01-10)
parents
children f1020832b94b
line source
1 # SliTaz package receipt.
3 PACKAGE="lirc-bin"
4 VERSION="0.9.0"
5 CATEGORY="utilities"
6 SHORT_DESC="Enables decoding and sending signals of many commonly used remote controls."
7 MAINTAINER="rcx@zoominternet.net"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.lirc.org/"
10 WANTED="lirc"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $install/usr/lib/*.so* $fs/usr/lib
17 cp -a $install/usr/bin $fs/usr
18 cp -a $install/usr/sbin $fs/usr
19 }