wok-next diff deadbeef-plugins/receipt @ rev 5654
Add: linux-toshiba (Toshiba module)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun May 30 00:39:44 2010 +0200 (2010-05-30) |
parents | |
children | c03c94c279c2 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/deadbeef-plugins/receipt Sun May 30 00:39:44 2010 +0200 1.3 @@ -0,0 +1,22 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="deadbeef-plugins" 1.7 +VERSION="0.4.0" 1.8 +CATEGORY="multimedia" 1.9 +SHORT_DESC="Pugins for the Deadbeef audio player (flac, sndfile, lastfm)." 1.10 +MAINTAINER="pankso@slitaz.org" 1.11 +DEPENDS="deadbeef flac ffmpeg libsndfile libcurl libssl libcrypto" 1.12 +WEB_SITE="http://deadbeef.sourceforge.net/" 1.13 +WANTED="deadbeef" 1.14 +TAGS="music audio player mp3 ogg" 1.15 + 1.16 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.17 +genpkg_rules() 1.18 +{ 1.19 + mkdir -p $fs/usr/lib/deadbeef 1.20 + cp -a $_pkg/usr/lib/deadbeef/*.so* $fs/usr/lib/deadbeef 1.21 + for l in alsa gtkui hotkeys vorbis mpgmad 1.22 + do 1.23 + rm $fs/usr/lib/deadbeef/$l.so* 1.24 + done 1.25 +}