# HG changeset patch # User Pascal Bellard # Date 1341764306 -7200 # Node ID 66d86dcaebd63b259c16ac5d523c93437dc4eede # Parent 9433ff922ea5d03f5c20cea1af273a7a398be8eb Up shell-fm (0.8) diff -r 9433ff922ea5 -r 66d86dcaebd6 shell-fm/receipt --- a/shell-fm/receipt Sun Jul 08 16:36:30 2012 +0200 +++ b/shell-fm/receipt Sun Jul 08 18:18:26 2012 +0200 @@ -1,22 +1,22 @@ # SliTaz package receipt. PACKAGE="shell-fm" -VERSION="0.7" +VERSION="0.8" CATEGORY="multimedia" SHORT_DESC="console based player for the streams provided by Last.FM" MAINTAINER="jozee@slitaz.org" DEPENDS="libmad libao taglib zlib" -BUILD_DEPENDS="libmad-dev libao-dev libao git pkg-config" +BUILD_DEPENDS="libmad-dev libao-dev libao wget pkg-config" WEB_SITE="http://nex.scrapping.cc/shell-fm/" -WGET_URL="git|git://github.com/jkramer/shell-fm.git" -BRANCH="v${VERSION}" +TARBALL="$PACKAGE-$VERSION.tgz" +WGET_URL="https://github.com/jkramer/shell-fm/tarball/v$VERSION" # Rules to configure and make the package. compile_rules() { cd $src make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg.