wok view ola-dev/receipt @ rev 21920

Add pcem
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 05 16:15:48 2019 +0200 (2019-10-05)
parents 3522a8f16bbe
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://www.openlighting.org/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 }