wok view pari-dev/receipt @ rev 25675
zx2/zx1 fix current_version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Feb 28 11:43:40 2024 +0000 (12 months ago) |
parents | 79c1549784d0 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="pari-dev"
4 VERSION="2.13.4"
5 CATEGORY="development"
6 SHORT_DESC="Development files for pari."
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://pari.math.u-bordeaux.fr/"
11 WANTED="pari"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 cook_copy_folders include
17 cook_copy_files *.*a
18 }