wok-6.x diff gf2x/receipt @ rev 23433
updated physfs and physfs-dev (3.0.1 -> 3.0.2)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Apr 01 17:36:27 2020 +0100 (2020-04-01) |
parents | 384df4d1506d |
children | 544e47246b33 |
line diff
1.1 --- a/gf2x/receipt Mon Mar 04 17:48:16 2019 +0100 1.2 +++ b/gf2x/receipt Wed Apr 01 17:36:27 2020 +0100 1.3 @@ -1,9 +1,9 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gf2x" 1.7 -VERSION="1.2" 1.8 +VERSION="1.3.0" 1.9 CATEGORY="misc" 1.10 -SHORT_DESC="gf2x is a library for multiplying polynomials over the binary field." 1.11 +SHORT_DESC="A library for multiplying polynomials over the binary field." 1.12 MAINTAINER="al.bobylev@gmail.com" 1.13 LICENSE="GPL2" 1.14 WEB_SITE="https://gforge.inria.fr/projects/gf2x/" 1.15 @@ -26,5 +26,5 @@ 1.16 genpkg_rules() 1.17 { 1.18 mkdir -p $fs/usr/lib 1.19 - cp -a $install/usr/lib/*.so* $fs/usr/lib 1.20 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.21 }