wok-next view ilmbase/receipt @ rev 20566
linld, screenfetch: create $install tree (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Apr 10 10:30:46 2018 +0200 (2018-04-10) |
parents | 289e794fc5bc |
children | 0ec6086e21d6 |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="ilmbase"
4 VERSION="2.2.0"
5 CATEGORY="x-window"
6 SHORT_DESC="IlmThread is a thread abstraction library for use with OpenEXR"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="BSD"
9 WEB_SITE="http://www.openexr.org"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://savannah.nongnu.org/download/openexr/$TARBALL"
14 SPLIT="ilmbase-dev"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS && make && make install
18 }
20 genpkg_rules() {
21 case $PACKAGE in
22 ilmbase) copy @std;;
23 *-dev) copy @dev;;
24 esac
25 }