wok diff pari-dev/receipt @ rev 14535
firefox-dev: Up to 17.0.6esr
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Wed May 22 19:05:54 2013 +0200 (2013-05-22) |
parents | |
children | 380ffe05937a |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/pari-dev/receipt Wed May 22 19:05:54 2013 +0200 1.3 @@ -0,0 +1,17 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="pari-dev" 1.7 +VERSION="2.5.3" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="Devel files for PARI/GP" 1.10 +MAINTAINER="al.bobylev@gmail.com" 1.11 +WEB_SITE="http://pari.math.u-bordeaux.fr/" 1.12 +WANTED="pari" 1.13 + 1.14 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.15 +genpkg_rules() 1.16 +{ 1.17 + mkdir -p $fs/usr/lib 1.18 + cp -a $_pkg/usr/include $fs/usr 1.19 + cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.20 +}