wok-current view mpfr-dev/receipt @ rev 25426

updated xalan-c and xalan-c-dev (1.11 -> 1.12.0)
author Hans-G?nter Theisgen
date Thu Aug 18 16:42:41 2022 +0100 (23 months ago)
parents 9dbcbcae7c12
children a23978bfa665
line source
1 # SliTaz package receipt
3 PACKAGE="mpfr-dev"
4 VERSION="4.1.0"
5 CATEGORY="development"
6 SHORT_DESC="GNU Multiple Precision Arithmetic - development files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://gitlab.inria.fr/mpfr"
11 DEPENDS="mpfr"
12 WANTED="mpfr"
14 HOST_ARCH="i486 arm"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 cook_copy_files *.*a
20 cook_copy_files *.h
21 }