wok view audacious-dev/receipt @ rev 23839

Up tor (0.4.3.5)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jun 03 18:59:32 2020 +0000 (2020-06-03)
parents a78610b2eb47
children 4e9e2372bd7f
line source
1 # SliTaz package receipt.
3 PACKAGE="audacious-dev"
4 VERSION="3.10.1"
5 CATEGORY="multimedia"
6 SHORT_DESC="Music player like xmms - development files."
7 MAINTAINER="mimas@slitaz.org"
8 LICENSE="GPL"
9 WEB_SITE="https://audacious-media-player.org/"
11 DEPENDS="pkg-config"
12 WANTED="audacious"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 }