wok rev 13137

Up shell-fm (0.8)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jul 08 18:18:26 2012 +0200 (2012-07-08)
parents 9433ff922ea5
children 21ad69bbbfa5
files shell-fm/receipt
line diff
     1.1 --- a/shell-fm/receipt	Sun Jul 08 16:36:30 2012 +0200
     1.2 +++ b/shell-fm/receipt	Sun Jul 08 18:18:26 2012 +0200
     1.3 @@ -1,22 +1,22 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="shell-fm"
     1.7 -VERSION="0.7"
     1.8 +VERSION="0.8"
     1.9  CATEGORY="multimedia"
    1.10  SHORT_DESC="console based player for the streams provided by Last.FM"
    1.11  MAINTAINER="jozee@slitaz.org"
    1.12  DEPENDS="libmad libao taglib zlib"
    1.13 -BUILD_DEPENDS="libmad-dev libao-dev libao git pkg-config"
    1.14 +BUILD_DEPENDS="libmad-dev libao-dev libao wget pkg-config"
    1.15  WEB_SITE="http://nex.scrapping.cc/shell-fm/"
    1.16 -WGET_URL="git|git://github.com/jkramer/shell-fm.git"
    1.17 -BRANCH="v${VERSION}"
    1.18 +TARBALL="$PACKAGE-$VERSION.tgz" 
    1.19 +WGET_URL="https://github.com/jkramer/shell-fm/tarball/v$VERSION"
    1.20  
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23  {
    1.24  	cd $src
    1.25  	make &&
    1.26 -	make DESTDIR=$PWD/_pkg install
    1.27 +	make DESTDIR=$DESTDIR install
    1.28  }
    1.29  
    1.30  # Rules to gen a SliTaz package suitable for Tazpkg.