wok view audacious-dev/receipt @ rev 25027

updated openssh, openssh-pam and sftp-server (8.7p1 -> 9.0p1)
author Hans-G?nter Theisgen
date Thu May 19 13:59:33 2022 +0100 (2022-05-19)
parents 190336ee1571
children
line source
1 # SliTaz package receipt.
3 PACKAGE="audacious-dev"
4 VERSION="4.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 cook_copy_folders include
18 cook_copy_folders pkgconfig
19 }