wok view ola-dev/receipt @ rev 19178

Up slitaz-configs (287)
author Paul Issott <paul@slitaz.org>
date Fri Jun 03 21:06:09 2016 +0100 (2016-06-03)
parents 27d9d973abab
children fc9203de5ff2
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"
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 }