wok view gmp-dev/receipt @ rev 14999

Add GPL3 licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 13:52:56 2013 +0000 (2013-08-10)
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 }