wok annotate shell-fm/receipt @ rev 13383

Add serd & sord
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Sep 22 23:05:11 2012 +0200 (2012-09-22)
parents 12eaed8b0078
children 3b4e4318134e
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@2874 8 DEPENDS="libmad libao taglib zlib"
pascal@13137 9 BUILD_DEPENDS="libmad-dev libao-dev libao wget pkg-config"
pankso@3609 10 WEB_SITE="http://nex.scrapping.cc/shell-fm/"
pascal@13137 11 TARBALL="$PACKAGE-$VERSION.tgz"
pascal@13137 12 WGET_URL="https://github.com/jkramer/shell-fm/tarball/v$VERSION"
jozee@2871 13
jozee@2871 14 # Rules to configure and make the package.
jozee@2871 15 compile_rules()
jozee@2871 16 {
jozee@2871 17 cd $src
jozee@2871 18 make &&
pascal@13137 19 make DESTDIR=$DESTDIR install
jozee@2871 20 }
jozee@2871 21
jozee@2871 22 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@2871 23 genpkg_rules()
jozee@2871 24 {
pankso@3609 25 mkdir -p $fs/usr
jozee@2871 26 cp -a $_pkg/usr/bin $fs/usr
jozee@2871 27 }