wok view shell-fm/receipt @ rev 3093

lxpanel: Remove and add custom icon + use gtk calendar
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 17 00:38:37 2009 +0200 (2009-05-17)
parents 5292ead3cffd
children 586729753bf9
line source
1 # SliTaz package receipt.
3 PACKAGE="shell-fm"
4 VERSION="0.6"
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 git"
12 # Rules to configure and make the package.
13 compile_rules()
14 {
15 mkdir $src 2> /dev/null
16 cd $src
17 git clone git://github.com/jkramer/shell-fm.git $PACKAGE
18 cd $PACKAGE
19 make &&
20 make DESTDIR=$PWD/../_pkg install
22 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr
30 cp -a $_pkg/usr/bin $fs/usr
32 }