wok view ola-dev/receipt @ rev 12444

openconnect: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Apr 21 18:23:52 2012 +0200 (2012-04-21)
parents 8480ac3277db
children caeee449c70c
line source
1 # SliTaz package receipt.
3 PACKAGE="ola-dev"
4 VERSION="0.8.18"
5 CATEGORY="development"
6 SHORT_DESC="Open Lighting Architecture devel files."
7 MAINTAINER="kult-ex@aon.at"
8 WEB_SITE="http://www.opendmx.net/index.php/OLA"
9 DEPENDS="ola"
10 WANTED="ola"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib/olad
16 cp -a $install/usr/include $fs/usr
17 cp -a $install/usr/lib/*.*a $fs/usr/lib
18 cp -a $install/usr/lib/olad/*.*a $fs/usr/lib/olad
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 }