wok annotate shell-fm/receipt @ rev 19294

sane-backends, scons, scrot, shell-fm, smake, soundtouch, wireless_tools: fix man or doc path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 06 16:30:34 2016 +0200 (2016-07-06)
parents 3b4e4318134e
children 20661c276bcf
rev   line source
jozee@2871 1 # SliTaz package receipt.
jozee@2871 2
jozee@2871 3 PACKAGE="shell-fm"
pascal@13137 4 VERSION="0.8"
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@15593 8 LICENSE="GPL"
pankso@3609 9 WEB_SITE="http://nex.scrapping.cc/shell-fm/"
pascal@13137 10 TARBALL="$PACKAGE-$VERSION.tgz"
pascal@13137 11 WGET_URL="https://github.com/jkramer/shell-fm/tarball/v$VERSION"
jozee@2871 12
pascal@15593 13 DEPENDS="libmad libao taglib zlib"
pascal@15593 14 BUILD_DEPENDS="libmad-dev libao-dev libao wget pkg-config"
pascal@15593 15
jozee@2871 16 # Rules to configure and make the package.
jozee@2871 17 compile_rules()
jozee@2871 18 {
pascal@19294 19 sed -i 's|PREFIX)/man|PREFIX)/share/man|' Makefile
jozee@2871 20 make &&
pascal@13137 21 make DESTDIR=$DESTDIR 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
pascal@15593 28 cp -a $install/usr/bin $fs/usr
jozee@2871 29 }