wok view lirc-bin/receipt @ rev 22517

updated atk-dev again (2.15.4 -> 2.34.1)
author Hans-G?nter Theisgen
date Wed Jan 01 17:10:16 2020 +0100 (2020-01-01)
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 }