wok view pari-dev/receipt @ rev 14714

lib[a-n]*: add LICENSE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 11 10:41:23 2013 +0200 (2013-06-11)
parents
children 380ffe05937a
line source
1 # SliTaz package receipt.
3 PACKAGE="pari-dev"
4 VERSION="2.5.3"
5 CATEGORY="development"
6 SHORT_DESC="Devel files for PARI/GP"
7 MAINTAINER="al.bobylev@gmail.com"
8 WEB_SITE="http://pari.math.u-bordeaux.fr/"
9 WANTED="pari"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib
15 cp -a $_pkg/usr/include $fs/usr
16 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
17 }