wok-stable annotate 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
rev   line source
jozee@2871 1 # SliTaz package receipt.
jozee@2871 2
jozee@2871 3 PACKAGE="shell-fm"
ben@7891 4 VERSION="0.7"
jozee@2871 5 CATEGORY="multimedia"
jozee@2871 6 SHORT_DESC="console based player for the streams provided by Last.FM"
jozee@2871 7 MAINTAINER="jozee@slitaz.org"
pascal@12319 8 WEB_SITE="http://nex.scrapping.cc/shell-fm/"
pascal@12319 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@12319 10 WGET_URL="git|git://github.com/jkramer/shell-fm.git"
pascal@12319 11 BRANCH="v${VERSION}"
pascal@12319 12
pascal@2874 13 DEPENDS="libmad libao taglib zlib"
slaxemulator@7914 14 BUILD_DEPENDS="libmad-dev libao-dev libao git pkg-config"
jozee@2871 15
jozee@2871 16 # Rules to configure and make the package.
jozee@2871 17 compile_rules()
jozee@2871 18 {
jozee@2871 19 cd $src
jozee@2871 20 make &&
slaxemulator@7914 21 make DESTDIR=$PWD/_pkg install
jozee@2871 22 }
jozee@2871 23
jozee@2871 24 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@2871 25 genpkg_rules()
jozee@2871 26 {
pankso@3609 27 mkdir -p $fs/usr
jozee@2871 28 cp -a $_pkg/usr/bin $fs/usr
jozee@2871 29 }