wok view lirc-bin/receipt @ rev 23931

busybox: enable tcpsvd (for ftpd or lpd)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 04 17:38:59 2020 +0000 (2020-09-04)
parents f2bea3663690
children
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="https://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 }