wok-current annotate qxmpp-dev/receipt @ rev 25697

Up apache (CVE-2023-38709, CVE-2024-24795, CVE-2024-27316), up libarchive, qemu, add amdgpu/touchpad support and clean modules.list, up website for repology
author Stanislas Leduc <shann@slitaz.org>
date Tue Apr 16 17:00:21 2024 +0000 (2 months ago)
parents 3f949ff702d6
children
rev   line source
al@16321 1 # SliTaz package receipt.
al@16321 2
al@16321 3 PACKAGE="qxmpp-dev"
pascal@16322 4 VERSION="0.8.0"
al@16321 5 CATEGORY="development"
al@16321 6 SHORT_DESC="Development files for qxmpp"
al@16321 7 MAINTAINER="al.bobylev@gmail.com"
al@16321 8 LICENSE="LGPL2.1"
al@16321 9 WEB_SITE="https://github.com/qxmpp-project/qxmpp/"
al@16321 10 WANTED="qxmpp"
al@16321 11 DEPENDS="qxmpp"
al@16321 12
al@16321 13 # Rules to gen a SliTaz package suitable for Tazpkg.
al@16321 14 genpkg_rules()
al@16321 15 {
al@16321 16 cp -a $install/* $fs
al@16321 17 rm -f $fs/usr/lib/*.so*
al@16321 18 }