wok view ilmbase-dev/receipt @ rev 8539

Fix: wxWidgets to install contrib files into same DESTDIR now. This will save 600mb since we will not need the source folder anymore to genpkg files.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Feb 13 04:28:50 2011 +0000 (2011-02-13)
parents
children 129bb5b11a7e
line source
1 # SliTaz package receipt.
3 PACKAGE="ilmbase-dev"
4 VERSION="1.0.1"
5 CATEGORY="development"
6 SHORT_DESC="devel files for ilmbase"
7 MAINTAINER="slaxemulator@gmail.com"
8 DEPENDS="ilmbase"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.openexr.org/"
11 WANTED="ilmbase"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $_pkg/usr/include $fs/usr
18 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
19 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
20 }