wok-stable view shell-fm/receipt @ rev 10549

php: Added back code to add desktop, image, and php.ini in compile_rules. These files are needed for php-common not php directly. Thats what they were there.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed May 25 14:47:51 2011 +0000 (2011-05-25)
parents 0e5cc0711b9e
children b6ee6ce18904
line source
1 # SliTaz package receipt.
3 PACKAGE="shell-fm"
4 VERSION="0.7"
5 CATEGORY="multimedia"
6 SHORT_DESC="console based player for the streams provided by Last.FM"
7 MAINTAINER="jozee@slitaz.org"
8 DEPENDS="libmad libao taglib zlib"
9 BUILD_DEPENDS="libmad-dev libao-dev libao git pkg-config"
10 WEB_SITE="http://nex.scrapping.cc/shell-fm/"
11 WGET_URL="git|git://github.com/jkramer/shell-fm.git"
12 BRANCH="v${VERSION}"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 make &&
19 make DESTDIR=$PWD/_pkg install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr
26 cp -a $_pkg/usr/bin $fs/usr
27 }