wok view openexr-dev/receipt @ rev 18092

slitaz-menus: add hr, is, ja, nl, nb, nn, fi and tr translations according to matchbox-common-0.9.1.tazpkg
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 25 22:35:22 2015 +0200 (2015-05-25)
parents 47e1df965953
children 289e794fc5bc
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 LICENSE="BSD"
9 WEB_SITE="http://www.openexr.org/"
10 WANTED="openexr"
12 DEPENDS="openexr pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib $fs/usr/share
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 cp -a $install/usr/share/aclocal $fs/usr/share
22 }