wok view lirc-dev/receipt @ rev 24950
updated nagios-plugins and nagios-plugins-mysql (2.3.3 -> 2.4.0)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Apr 23 10:03:51 2022 +0100 (2022-04-23) |
parents | 380ffe05937a |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="lirc-dev"
4 VERSION="0.9.0"
5 CATEGORY="development"
6 SHORT_DESC="lirc devel files."
7 MAINTAINER="rcx@zoominternet.net"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.lirc.org/"
10 WANTED="lirc"
12 DEPENDS="lirc"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/lib/*.*a $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 }