wok view mpfr-dev/receipt @ rev 20505

partclone 0.2.89 -> 0.2.70: dpkg-architecture not used here
author Erkan Yilmaz <erkan@slitaz.org>
date Tue Oct 30 11:23:14 2018 +0000 (2018-10-30)
parents dd1a1c7a653a
children 6e8b1bcb30e2
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="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 }