# HG changeset patch # User Pascal Bellard # Date 1393157851 0 # Node ID 8820dd3a547b6c6f10635121ddc1b40ee09159ee # Parent 509a8cf333fe81915eb0cdb95c204dd4978b6219 compton: avoid source tarball collisions diff -r 509a8cf333fe -r 8820dd3a547b compton/receipt --- a/compton/receipt Sun Feb 23 12:02:48 2014 +0000 +++ b/compton/receipt Sun Feb 23 12:17:31 2014 +0000 @@ -6,9 +6,9 @@ SHORT_DESC="Light X Compositor new generation" MAINTAINER="pankso@slitaz.org" LICENSE="MIT" -TARBALL="v${VERSION}.tar.gz" +TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="https://github.com/chjj/compton" -WGET_URL="https://github.com/chjj/$PACKAGE/archive/$TARBALL" +WGET_URL="https://github.com/chjj/$PACKAGE/archive/v${VERSION}.tar.gz" DEPENDS="xorg-libXcomposite xorg-libXrandr libdrm xorg-xwininfo xorg-xprop" BUILD_DEPENDS="xorg-dev xorg-libXcomposite xorg-libXrandr-dev libdrm-dev \