wok-next diff shell-fm/receipt @ rev 18757
syslinux: compress c32 modules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Dec 29 08:59:31 2015 +0100 (2015-12-29) |
parents | 66d86dcaebd6 |
children | a8e75e9bae6c |
line diff
1.1 --- a/shell-fm/receipt Sun Jul 08 18:18:26 2012 +0200 1.2 +++ b/shell-fm/receipt Tue Dec 29 08:59:31 2015 +0100 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="multimedia" 1.5 SHORT_DESC="console based player for the streams provided by Last.FM" 1.6 MAINTAINER="jozee@slitaz.org" 1.7 -DEPENDS="libmad libao taglib zlib" 1.8 -BUILD_DEPENDS="libmad-dev libao-dev libao wget pkg-config" 1.9 +LICENSE="GPL" 1.10 WEB_SITE="http://nex.scrapping.cc/shell-fm/" 1.11 TARBALL="$PACKAGE-$VERSION.tgz" 1.12 WGET_URL="https://github.com/jkramer/shell-fm/tarball/v$VERSION" 1.13 1.14 +DEPENDS="libmad libao taglib zlib" 1.15 +BUILD_DEPENDS="libmad-dev libao-dev libao wget pkg-config" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 { 1.20 @@ -23,5 +25,5 @@ 1.21 genpkg_rules() 1.22 { 1.23 mkdir -p $fs/usr 1.24 - cp -a $_pkg/usr/bin $fs/usr 1.25 + cp -a $install/usr/bin $fs/usr 1.26 }