wok view xfce4-session-dev/receipt @ rev 25735

Remove iptraf: replaced by iptraf-ng
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Aug 23 09:39:49 2024 +0000 (2 months ago)
parents 251c25e029b0
children 48bf73567ea4
line source
1 # SliTaz package receipt.
3 PACKAGE="xfce4-session-dev"
4 VERSION="4.12.0"
5 CATEGORY="development"
6 SHORT_DESC="Xfce session manager - development files."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.xfce.org/"
11 DEPENDS="xfce4-session pkg-config"
12 WANTED="xfce4-session"
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 cook_copy_files *.*a
20 }