wok-current annotate gmp-dev/receipt @ rev 25786

Bump gvfs to fix issue with open files on android device, patch udev to fix mtp issue on pcmanfm
author Stanislas Leduc <shann@slitaz.org>
date Tue Jul 29 18:05:13 2025 +0000 (3 months ago)
parents a23978bfa665
children
rev   line source
pankso@520 1 # SliTaz package receipt
pankso@520 2
pankso@520 3 PACKAGE="gmp-dev"
Hans-Günter@24608 4 VERSION="6.2.1"
pankso@520 5 CATEGORY="development"
Hans-Günter@22857 6 SHORT_DESC="GNU Multiple Precision Arithmetic - development files."
pankso@520 7 MAINTAINER="pankso@slitaz.org"
pascal@15201 8 LICENSE="GPL3"
Hans-Günter@22857 9 WEB_SITE="https://gmplib.org/"
Hans-Günter@22857 10
pankso@520 11 WANTED="gmp"
Hans-Günter@22857 12
shann@25728 13 HOST_ARCH="i486 arm x86_64"
pankso@520 14
pankso@520 15 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@520 16 genpkg_rules()
pankso@520 17 {
Hans-Günter@24608 18 cook_copy_folders include
Hans-Günter@24608 19 cook_copy_folders pkgconfig
shann@25629 20 cook_copy_files *.a
pankso@520 21 }