wok view gmp-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 ecf8eec52630
children f4c22f009037
line source
1 # SliTaz package receipt
3 PACKAGE="gmp-dev"
4 VERSION="5.0.4"
5 CATEGORY="development"
6 SHORT_DESC="GNU Multiple Precision Arithmetic devel files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENCE="GPL3"
9 WANTED="gmp"
10 WEB_SITE="http://gmplib.org/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $install/usr/lib/*.*a $fs/usr/lib
17 cp -a $install/usr/include $fs/usr
18 }