wok-next diff shell-fm/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
parents | d43bf7aae921 |
children | 89617d35ca0c |
line diff
1.1 --- a/shell-fm/receipt Wed Mar 21 15:58:17 2018 +0200 1.2 +++ b/shell-fm/receipt Fri Nov 02 14:15:08 2018 +0200 1.3 @@ -3,27 +3,24 @@ 1.4 PACKAGE="shell-fm" 1.5 VERSION="0.8" 1.6 CATEGORY="multimedia" 1.7 -SHORT_DESC="console based player for the streams provided by Last.FM" 1.8 -MAINTAINER="jozee@slitaz.org" 1.9 +SHORT_DESC="Console based player for the streams provided by Last.FM" 1.10 +MAINTAINER="devel@slitaz.org" 1.11 LICENSE="GPL" 1.12 WEB_SITE="http://nex.scrapping.cc/shell-fm/" 1.13 -TARBALL="$PACKAGE-$VERSION.tgz" 1.14 + 1.15 +TARBALL="$PACKAGE-$VERSION.tgz" 1.16 WGET_URL="https://github.com/jkramer/shell-fm/tarball/v$VERSION" 1.17 1.18 -DEPENDS="libmad libao taglib zlib" 1.19 BUILD_DEPENDS="libmad-dev libao-dev" 1.20 1.21 -# Rules to configure and make the package. 1.22 -compile_rules() 1.23 -{ 1.24 +compile_rules() { 1.25 sed -i 's|PREFIX)/man|PREFIX)/share/man|' Makefile 1.26 make && 1.27 - make DESTDIR=$DESTDIR install 1.28 + make DESTDIR=$install install 1.29 } 1.30 1.31 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.32 -genpkg_rules() 1.33 -{ 1.34 +genpkg_rules() { 1.35 mkdir -p $fs/usr 1.36 cp -a $install/usr/bin $fs/usr 1.37 + DEPENDS="libmad libao taglib zlib" 1.38 }