wok rev 16387

non-studio: fix version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 15 08:07:21 2014 +0000 (2014-04-15)
parents 2d139bbfca5c
children 4a69154821ee
files non-studio/receipt
line diff
     1.1 --- a/non-studio/receipt	Tue Apr 15 11:52:07 2014 +0400
     1.2 +++ b/non-studio/receipt	Tue Apr 15 08:07:21 2014 +0000
     1.3 @@ -1,14 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="non-studio"
     1.7 -VERSION="git-1"
     1.8 +GITHASH="de7c7ae0b8ae33e06c9ebf31bcc4a97dfa614532"
     1.9 +VERSION="${GITHASH:0:7}"
    1.10  CATEGORY="multimedia"
    1.11  SHORT_DESC="Complete studio, powerful, fast and light"
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="GPL3"
    1.14 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16  WEB_SITE="http://non.tuxfamily.org"
    1.17 -WGET_URL="git|git://git.tuxfamily.org/gitroot/non/non.git"
    1.18 +WGET_URL="http://git.tuxfamily.org/non/non/?p=non/non.git;a=snapshot;h=$GITHASH;sf=tgz"
    1.19  
    1.20  DEPENDS="ntk libsndfile libsigc++ liblrdf liblo jack-audio-connection-kit \
    1.21  ladspa"