wok diff ilmbase/receipt @ rev 11168
ftgl: Clean up.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Nov 02 07:12:20 2011 +0000 (2011-11-02) |
parents | 7ef6b00b9685 |
children | de49f29b101e |
line diff
1.1 --- a/ilmbase/receipt Thu Oct 07 14:59:50 2010 +0000 1.2 +++ b/ilmbase/receipt Wed Nov 02 07:12:20 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="ilmbase" 1.7 -VERSION="1.0.1" 1.8 +VERSION="1.0.2" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="IlmThread is a thread abstraction library for use with OpenEXR" 1.11 MAINTAINER="slaxemulator@gmail.com" 1.12 @@ -13,12 +13,8 @@ 1.13 compile_rules() 1.14 { 1.15 cd $src 1.16 - ./configure \ 1.17 - --prefix=/usr \ 1.18 - --infodir=/usr/share/info \ 1.19 - --mandir=/usr/share/man \ 1.20 - $CONFIGURE_ARGS && 1.21 - make && make DESTDIR=$PWD/_pkg install 1.22 + ./configure $CONFIGURE_ARGS && 1.23 + make && make install 1.24 } 1.25 1.26 # Rules to gen a SliTaz package suitable for Tazpkg.