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

updated pari and pari-dev (2.11.3 -> 2.13.4)
author Hans-G?nter Theisgen
date Sat Jun 18 10:01:45 2022 +0100 (2022-06-18)
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 }