wok-next view gmp-dev/receipt @ rev 19722
Up net-snmp (5.7.3)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 24 18:42:05 2017 +0200 (2017-05-24) |
parents | 314808318aef |
children |
line source
1 # SliTaz package receipt
3 PACKAGE="gmp-dev"
4 VERSION="6.1.1"
5 CATEGORY="development"
6 SHORT_DESC="GNU Multiple Precision Arithmetic devel files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://gmplib.org/"
10 HOST_ARCH="i486 arm"
12 WANTED="gmp"
13 DEPENDS="gmp"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 cook_copy_files *.h *.la
19 }