wok view mpfr-dev/receipt @ rev 23761

Up linux-cloop (4.12)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 04 09:05:12 2020 +0000 (2020-05-04)
parents 6e8b1bcb30e2
children 9dbcbcae7c12
line source
1 # SliTaz package receipt
3 PACKAGE="mpfr-dev"
4 VERSION="4.0.2"
5 CATEGORY="development"
6 SHORT_DESC="GNU Multiple Precision Arithmetic - development files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://www.mpfr.org/"
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 *.h
20 }