wok view lirc-bin/receipt @ rev 23346
updated perl-http-server-simple (0.44 -> 0.52)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 31 09:24:52 2020 +0100 (2020-03-31) |
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 }