wok view deadbeef-plugins/receipt @ rev 9114

tmux: hide get-install messages
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 05 11:39:33 2011 +0100 (2011-03-05)
parents ebfc5d58e405
children 9ca8a145659d
line source
1 # SliTaz package receipt.
3 PACKAGE="deadbeef-plugins"
4 VERSION="0.4.4"
5 CATEGORY="multimedia"
6 SHORT_DESC="Pugins for the Deadbeef audio player (flac, sndfile, lastfm)."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="deadbeef flac ffmpeg libsndfile libcurl libssl libcrypto"
9 WEB_SITE="http://deadbeef.sourceforge.net/"
10 WANTED="deadbeef"
11 TAGS="music audio player mp3 ogg"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib/deadbeef
17 cp -a $_pkg/usr/lib/deadbeef/*.so* $fs/usr/lib/deadbeef
18 for l in alsa gtkui hotkeys vorbis mpgmad
19 do
20 rm $fs/usr/lib/deadbeef/$l.so*
21 done
22 }