wok view ilmbase-dev/receipt @ rev 19010

busybox/fbvnc: wheelmouse support (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 28 18:51:16 2016 +0200 (2016-03-28)
parents de49f29b101e
children a1edbdbd0231
line source
1 # SliTaz package receipt.
3 PACKAGE="ilmbase-dev"
4 VERSION="2.2.0"
5 CATEGORY="development"
6 SHORT_DESC="devel files for ilmbase"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="BSD"
9 WEB_SITE="http://www.openexr.org/"
10 WANTED="ilmbase"
12 DEPENDS="ilmbase 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/pkgconfig $fs/usr/lib
20 cp -a $install/usr/lib/*.*a $fs/usr/lib
21 }