wok-6.x diff shell-fm/receipt @ rev 15572
util-linux-mount: add symlink to libmount.so
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Tue Nov 26 22:44:20 2013 +0100 (2013-11-26) |
parents | 12eaed8b0078 |
children | 3b4e4318134e |
line diff
1.1 --- a/shell-fm/receipt Sun Feb 13 22:57:56 2011 +0100 1.2 +++ b/shell-fm/receipt Tue Nov 26 22:44:20 2013 +0100 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.