wok view deadbeef-plugins/receipt @ rev 20641

Add SSL support to retawq (needed by man to browse linux.die.net)
author Lucas Levrel <llevrel@yahoo.fr>
date Fri Jan 11 09:19:11 2019 +0100 (2019-01-11)
parents 7f54c4867f8e
children 170bfd11ff16
line source
1 # SliTaz package receipt.
3 PACKAGE="deadbeef-plugins"
4 VERSION="0.5.6"
5 CATEGORY="multimedia"
6 SHORT_DESC="Pugins for the Deadbeef audio player (flac, sndfile, lastfm)."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2 LGPL2.1"
9 WEB_SITE="http://deadbeef.sourceforge.net/"
10 WANTED="deadbeef"
11 TAGS="music audio player mp3 ogg ape"
13 DEPENDS="deadbeef flac libsndfile libcurl libssl libcrypto"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib/deadbeef
19 cp -a $install/usr/lib/deadbeef/*.so* $fs/usr/lib/deadbeef
20 for l in alsa ddb_gui_GTK2 hotkeys vorbis mpgmad
21 do
22 rm $fs/usr/lib/deadbeef/$l.so*
23 done
24 }