wok-current view dbus-c++-dev/receipt @ rev 25726
Fix xorg-server dep, add libffado, ffado-tools
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Tue Nov 05 13:39:06 2024 +0000 (2 weeks ago) |
parents | |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="dbus-c++-dev"
4 VERSION="0.9.0"
5 CATEGORY="x-window"
6 SHORT_DESC="A C++ API for D-BUS - development files."
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="LGPL2"
9 WEB_SITE="https://sourceforge.net/projects/dbus-cplusplus/"
10 WANTED="dbus-c++"
11 DEPENDS="dbus-c++"
13 HOST_ARCH="i486 x86_64"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 get_dev_files
20 # Ensure remove .la files
21 find $fs -name "*.la" -delete
22 }