wok diff cairomm/receipt @ rev 10929

Up: tazpkg to 4.7.1.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Aug 18 22:21:30 2011 +0000 (2011-08-18)
parents 046f53ee26fd
children b531cc88d741
line diff
     1.1 --- a/cairomm/receipt	Wed May 11 23:00:08 2011 +0200
     1.2 +++ b/cairomm/receipt	Thu Aug 18 22:21:30 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="cairomm"
     1.7 -VERSION="1.9.8"
     1.8 +VERSION="1.10.0"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="2D graphics library (mm)."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -16,7 +16,8 @@
    1.13  compile_rules()
    1.14  {
    1.15      cd $src
    1.16 -    ./configure && make && make install
    1.17 +    ./configure $CONFIGURE_ARGS && 
    1.18 +    make && make install
    1.19  }
    1.20  
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.