wok diff cairo-dock/receipt @ rev 11189

Up: parted to 3.0.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Nov 03 01:20:15 2011 +0000 (2011-11-03)
parents 461e2a12f560
children 5e0102cd28e5
line diff
     1.1 --- a/cairo-dock/receipt	Mon Jan 03 23:33:41 2011 +0100
     1.2 +++ b/cairo-dock/receipt	Thu Nov 03 01:20:15 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="cairo-dock"
     1.7 -VERSION="2.2.0-4"
     1.8 +VERSION="2.4.0~2"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Cairo-Dock is a light and eye-candy dock to launch."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -12,7 +12,7 @@
    1.13  SUGGESTED="cairo-dock-plugins"
    1.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15  WEB_SITE="http://www.glx-dock.org/"
    1.16 -WGET_URL="http://launchpad.net/cairo-dock-core/2.2/2.2.0/+download/$TARBALL"
    1.17 +WGET_URL="http://launchpad.net/cairo-dock-core/${VERSION:0:3}/${VERSION:0:5}/+download/$TARBALL"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21 @@ -21,8 +21,8 @@
    1.22  	mkdir -p build && cd build
    1.23  	cmake .. -DCMAKE_INSTALL_PREFIX=/usr &&
    1.24  	make &&
    1.25 -	make DESTDIR=$src/_pkg install &&
    1.26 -	sed -i s/'.svg'/''/ $src/_pkg/usr/share/applications/*
    1.27 +	make DESTDIR=$DESTDIR install &&
    1.28 +	sed -i s/'.svg'/''/ $DESTDIR/usr/share/applications/*
    1.29  }
    1.30  
    1.31  # Rules to gen a SliTaz package suitable for Tazpkg.