wok view ola-dev/receipt @ rev 25707
Up perl-net-pcap (0.21), qtermwidget (0.5.1), youtube-dl-gui (0.3.8)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jul 05 14:08:34 2024 +0000 (3 months ago) |
parents | fc9203de5ff2 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="ola-dev"
4 VERSION="0.9.8"
5 CATEGORY="development"
6 SHORT_DESC="Open Lighting Architecture devel files"
7 MAINTAINER="kult-ex@aon.at"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://github.com/OpenLightingProject/ola"
11 WANTED="ola"
12 DEPENDS="ola protobuf-dev pkg-config"
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/include $fs/usr
19 cp -a $install/usr/lib/*.*a $fs/usr/lib
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 }