wok-next rev 15949
compton: avoid source tarball collisions
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Feb 23 12:17:31 2014 +0000 (2014-02-23) |
parents | 509a8cf333fe |
children | b5e2e43fdf99 |
files | compton/receipt |
line diff
1.1 --- a/compton/receipt Sun Feb 23 12:02:48 2014 +0000 1.2 +++ b/compton/receipt Sun Feb 23 12:17:31 2014 +0000 1.3 @@ -6,9 +6,9 @@ 1.4 SHORT_DESC="Light X Compositor new generation" 1.5 MAINTAINER="pankso@slitaz.org" 1.6 LICENSE="MIT" 1.7 -TARBALL="v${VERSION}.tar.gz" 1.8 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="https://github.com/chjj/compton" 1.10 -WGET_URL="https://github.com/chjj/$PACKAGE/archive/$TARBALL" 1.11 +WGET_URL="https://github.com/chjj/$PACKAGE/archive/v${VERSION}.tar.gz" 1.12 1.13 DEPENDS="xorg-libXcomposite xorg-libXrandr libdrm xorg-xwininfo xorg-xprop" 1.14 BUILD_DEPENDS="xorg-dev xorg-libXcomposite xorg-libXrandr-dev libdrm-dev \