SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "shell-fm"

# SliTaz package receipt.

PACKAGE="shell-fm"
VERSION="0.7"
CATEGORY="multimedia"
SHORT_DESC="console based player for the streams provided by Last.FM"
MAINTAINER="jozee@slitaz.org"
WEB_SITE="http://nex.scrapping.cc/shell-fm/"
TARBALL="$PACKAGE-$VERSION.tar.bz2"
WGET_URL="git|git://github.com/jkramer/shell-fm.git"
BRANCH="v${VERSION}"

DEPENDS="libmad libao taglib zlib"
BUILD_DEPENDS="libmad-dev libao-dev libao git pkg-config"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    make &&
    make DESTDIR=$PWD/_pkg install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr
    cp -a $_pkg/usr/bin $fs/usr
}
3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)