wok view openexr-dev/receipt @ rev 11905

Up: slitaz-tools (4.6) - New wifibox, installer and small fixes
author Christophe Lincoln <pankso@slitaz.org>
date Wed Feb 29 20:36:46 2012 +0100 (2012-02-29)
parents 6f01180108ea
children 47e1df965953
line source
1 # SliTaz package receipt.
3 PACKAGE="openexr-dev"
4 VERSION="1.7.0"
5 CATEGORY="development"
6 SHORT_DESC="devel files for openexr"
7 MAINTAINER="slaxemulator@gmail.com"
8 DEPENDS="openexr"
9 WEB_SITE="http://www.openexr.org/"
10 WANTED="openexr"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib $fs/usr/share
16 cp -a $_pkg/usr/include $fs/usr
17 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
18 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
19 cp -a $_pkg/usr/share/aclocal $fs/usr/share
20 }