wok-current view shell-fm/receipt @ rev 16756
sshfs-fuse: add rsshfs
| author | Pascal Bellard <pascal.bellard@slitaz.org> | 
|---|---|
| date | Mon Jun 16 19:07:54 2014 +0200 (2014-06-16) | 
| parents | 66d86dcaebd6 | 
| children | a8e75e9bae6c | 
 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 LICENSE="GPL"
     9 WEB_SITE="http://nex.scrapping.cc/shell-fm/"
    10 TARBALL="$PACKAGE-$VERSION.tgz" 
    11 WGET_URL="https://github.com/jkramer/shell-fm/tarball/v$VERSION"
    13 DEPENDS="libmad libao taglib zlib"
    14 BUILD_DEPENDS="libmad-dev libao-dev libao wget pkg-config"
    16 # Rules to configure and make the package.
    17 compile_rules()
    18 {
    19 	cd $src
    20 	make &&
    21 	make DESTDIR=$DESTDIR install
    22 }
    24 # Rules to gen a SliTaz package suitable for Tazpkg.
    25 genpkg_rules()
    26 {
    27 	mkdir -p $fs/usr
    28 	cp -a $install/usr/bin $fs/usr
    29 }