wok view shell-fm/receipt @ rev 14056

Add: tazinst-gui (3.90)
author Dominique Corbex <domcox@slitaz.org>
date Wed Feb 20 09:41:19 2013 +0100 (2013-02-20)
parents 12eaed8b0078
children 3b4e4318134e
line source
1 # SliTaz package receipt.
3 PACKAGE="shell-fm"
4 VERSION="0.8"
5 CATEGORY="multimedia"
6 SHORT_DESC="console based player for the streams provided by Last.FM"
7 MAINTAINER="jozee@slitaz.org"
8 DEPENDS="libmad libao taglib zlib"
9 BUILD_DEPENDS="libmad-dev libao-dev libao wget pkg-config"
10 WEB_SITE="http://nex.scrapping.cc/shell-fm/"
11 TARBALL="$PACKAGE-$VERSION.tgz"
12 WGET_URL="https://github.com/jkramer/shell-fm/tarball/v$VERSION"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 make &&
19 make DESTDIR=$DESTDIR install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr
26 cp -a $_pkg/usr/bin $fs/usr
27 }