wok-stable view shell-fm/receipt @ rev 12465

Up e2fsprogs (1.44.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 04 18:42:23 2019 +0100 (2019-03-04)
parents 12eaed8b0078
children
line source
1 # SliTaz package receipt.
3 PACKAGE="shell-fm"
4 VERSION="0.7"
5 CATEGORY="multimedia"
6 SHORT_DESC="console based player for the streams provided by Last.FM"
7 MAINTAINER="jozee@slitaz.org"
8 WEB_SITE="http://nex.scrapping.cc/shell-fm/"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WGET_URL="git|git://github.com/jkramer/shell-fm.git"
11 BRANCH="v${VERSION}"
13 DEPENDS="libmad libao taglib zlib"
14 BUILD_DEPENDS="libmad-dev libao-dev libao git pkg-config"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 make &&
21 make DESTDIR=$PWD/_pkg install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr
28 cp -a $_pkg/usr/bin $fs/usr
29 }