wok view mpfr-dev/receipt @ rev 20910
updated fakeroot (1.15.1 -> 1.23)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Feb 28 14:29:52 2019 +0100 (2019-02-28) |
parents | 0087cee9d16e |
children | 3f576c26c703 |
line source
1 # SliTaz package receipt
3 PACKAGE="mpfr-dev"
4 VERSION="3.1.5"
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="https://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 }