wok view xfprint-dev/receipt @ rev 25799
recooked xfce4
author | Hans-G?nter Theisgen |
---|---|
date | Wed Oct 23 17:54:37 2024 +0100 (4 weeks ago) |
parents | 6e8b1bcb30e2 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="xfprint-dev"
4 VERSION="4.6.1"
5 CATEGORY="development"
6 SHORT_DESC="Xfce Printer manager - development files."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.xfce.org"
11 DEPENDS="xfprint"
12 WANTED="xfprint"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib/xfce4/xfprint-plugins
19 cp -a $install/usr/lib/xfce4/xfprint-plugins/*.*a $fs/usr/lib/xfce4/xfprint-plugins
20 get_dev_files
21 }