wok-6.x view mpfr-dev/receipt @ rev 19444
Up libssh2 (1.7.0) CVE-2016-0787
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Oct 14 18:55:24 2016 +0200 (2016-10-14) |
parents | 3a1e8d25c320 |
children | 0087cee9d16e |
line source
1 # SliTaz package receipt
3 PACKAGE="mpfr-dev"
4 VERSION="3.1.4"
5 CATEGORY="development"
6 SHORT_DESC="GNU Multiple Precision Arithmetic devel files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL3"
9 WANTED="mpfr"
10 WEB_SITE="http://www.mpfr.org/"
11 HOST_ARCH="i486 arm"
13 DEPENDS="mpfr"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 cook_copy_files *.*a *.h
19 }