wok-stable view deadbeef-plugins/receipt @ rev 10728

Fixed all sourced slitaz-dev-tools receipts. The way cook works is it keeps the .hg folder when downloading mecurial sources. By downloading the $VERSION.tar.bz2 and renaming it $SOURCE-$VERSION.tar.bz2 we don't keep the .hg folder in source tarball. Repos will be backup on source dvd anyway so this does save a little bit of space.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 28 21:18:14 2011 +0000 (2011-05-28)
parents c03c94c279c2
children fc5858ba4ef6
line source
1 # SliTaz package receipt.
3 PACKAGE="deadbeef-plugins"
4 VERSION="0.5.0"
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 }