wok view mpfr-dev/receipt @ rev 15044

Qt4-qca-ossl: no libqca-ossl.so.debug
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 12 16:28:51 2013 +0000 (2013-08-12)
parents bdfc74b6f7b0
children 3a1e8d25c320
line source
1 # SliTaz package receipt
3 PACKAGE="mpfr-dev"
4 VERSION="3.1.0"
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://gmplib.org/"
11 #EXTRAVERSION="p8"
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 }