wok view parole-dev/receipt @ rev 25804
created recipe for wm-switcher
author | Hans-G?nter Theisgen |
---|---|
date | Wed Nov 13 15:16:07 2024 +0100 (3 months ago) |
parents | 7e291e856d7e |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="parole-dev"
4 VERSION="0.5.4"
5 CATEGORY="development"
6 SHORT_DESC="Media Player for Xfce - development files."
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://docs.xfce.org/apps/parole/start"
11 DEPENDS="parole"
12 WANTED="parole"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 cook_copy_folders include
18 cook_copy_files *.*a
19 }