wok-6.x view ilmbase-dev/receipt @ rev 25292

updated rubberband (2.0.2 -> 3.0.0)
author Hans-G?nter Theisgen
date Tue Jul 19 10:19:50 2022 +0100 (2022-07-19)
parents 0f3526433ac0
children
line source
1 # SliTaz package receipt.
3 PACKAGE="ilmbase-dev"
4 VERSION="2.3.0"
5 CATEGORY="development"
6 SHORT_DESC="Development files for ilmbase."
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="BSD"
9 WEB_SITE="https://www.openexr.com/"
11 DEPENDS="ilmbase pkg-config gcc83-lib-base"
12 WANTED="ilmbase"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 cp -a $install/usr/lib/*.*a $fs/usr/lib
22 }