wok-undigest rev 274

cairo-compmgr: fix bdeps (already missing me!)
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 29 03:11:10 2011 +0200 (2011-05-29)
parents 05e50b4e8fa7
children b5beeaddbd0d
files cairo-compmgr/receipt
line diff
     1.1 --- a/cairo-compmgr/receipt	Sun May 29 02:38:36 2011 +0200
     1.2 +++ b/cairo-compmgr/receipt	Sun May 29 03:11:10 2011 +0200
     1.3 @@ -3,23 +3,19 @@
     1.4  PACKAGE="cairo-compmgr"
     1.5  VERSION="0.3.0"
     1.6  CATEGORY="x-window"
     1.7 -SHORT_DESC=" Cairo Composite Manager"
     1.8 +SHORT_DESC="Cairo Composite Manager"
     1.9  MAINTAINER="pankso@slitaz.org"
    1.10 -DEPENDS="gtk+ cairo librsvg"
    1.11 -BUILD_DEPENDS="gtk+-dev cairo-dev librsvg-dev"
    1.12  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13  WEB_SITE="http://cairo-compmgr.tuxfamily.org/"
    1.14  WGET_URL="http://download.tuxfamily.org/ccm/cairo-compmgr/$TARBALL"
    1.15  
    1.16 +DEPENDS="gtk+ cairo librsvg"
    1.17 +BUILD_DEPENDS="gtk+-dev cairo-dev librsvg-dev vala"
    1.18 +
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22 -	cd $src
    1.23 -	./configure \
    1.24 -		--prefix=/usr
    1.25 -		$CONFIGURE_ARGS &&
    1.26 -	make &&
    1.27 -	make DESTDIR=$PWD/_pkg install
    1.28 +	./configure $CONFIGURE_ARGS && make && make install
    1.29  }
    1.30  
    1.31  # Rules to gen a SliTaz package suitable for Tazpkg.