wok annotate shell-fm/receipt @ rev 9694

lxpanel: Fix to build with cookutils and clean-up
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 07 23:13:45 2011 +0200 (2011-05-07)
parents 0e5cc0711b9e
children 66d86dcaebd6
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@2874 8 DEPENDS="libmad libao taglib zlib"
slaxemulator@7914 9 BUILD_DEPENDS="libmad-dev libao-dev libao git pkg-config"
pankso@3609 10 WEB_SITE="http://nex.scrapping.cc/shell-fm/"
gokhlayeh@8570 11 WGET_URL="git|git://github.com/jkramer/shell-fm.git"
gokhlayeh@8570 12 BRANCH="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 &&
slaxemulator@7914 19 make DESTDIR=$PWD/_pkg 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 }