wok-current annotate pari-dev/receipt @ rev 25693

Up depends pkgs for cups, need to rebuild it for ssl 3.0
author Stanislas Leduc <shann@slitaz.org>
date Sun Mar 24 15:17:37 2024 +0000 (3 months ago)
parents 79c1549784d0
children
rev   line source
al@13723 1 # SliTaz package receipt.
al@13723 2
al@13723 3 PACKAGE="pari-dev"
Hans-G?nter@25092 4 VERSION="2.13.4"
al@13723 5 CATEGORY="development"
Hans-G?nter@21660 6 SHORT_DESC="Development files for pari."
al@13723 7 MAINTAINER="al.bobylev@gmail.com"
pascal@15000 8 LICENSE="GPL2"
Hans-G?nter@21660 9 WEB_SITE="https://pari.math.u-bordeaux.fr/"
Hans-G?nter@21660 10
al@13723 11 WANTED="pari"
al@13723 12
al@13723 13 # Rules to gen a SliTaz package suitable for Tazpkg.
al@13723 14 genpkg_rules()
al@13723 15 {
Hans-G?nter@25092 16 cook_copy_folders include
Hans-G?nter@25092 17 cook_copy_files *.*a
al@13723 18 }