wok view mpfr-dev/receipt @ rev 18092

slitaz-menus: add hr, is, ja, nl, nb, nn, fi and tr translations according to matchbox-common-0.9.1.tazpkg
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 25 22:35:22 2015 +0200 (2015-05-25)
parents 2b9f96603415
children dd1a1c7a653a
line source
1 # SliTaz package receipt
3 PACKAGE="mpfr-dev"
4 VERSION="3.1.2"
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 mkdir -p $fs/usr/lib
19 cp -a $install/usr/lib/*.*a $fs/usr/lib
20 cp -a $install/usr/include $fs/usr
21 }