wok rev 25383

updated units (2.19 -> 2.21)
author Hans-G?nter Theisgen
date Sat Jul 30 17:22:12 2022 +0100 (21 months ago)
parents fffb53ee9c66
children 82316779b3fb
files units/description.txt units/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/units/description.txt	Sat Jul 30 17:22:12 2022 +0100
     1.3 @@ -0,0 +1,19 @@
     1.4 +GNU Units converts quantities expressed in various systems of measurement
     1.5 +to their equivalents in other systems of measurement.
     1.6 +Like many similar programs, it can handle multiplicative scale changes.
     1.7 +It can also handle nonlinear conversions such as Fahrenheit to Celsius or
     1.8 +wire gauge, and it can convert from and to sums of units, such as
     1.9 +converting between meters and feet plus inches.
    1.10 +
    1.11 +Beyond simple unit conversions, GNU Units can be used as a general-purpose
    1.12 +scientific calculator that keeps track of units in its calculations.
    1.13 +You can form arbitrary complex mathematical expressions of dimensions
    1.14 +including sums, products, quotients, powers, and even roots of dimensions.
    1.15 +Thus you can ensure accuracy and dimensional consistency when working with
    1.16 +long expressions that involve many different units that may combine in
    1.17 +complex ways.
    1.18 +
    1.19 +The units are defined in an external data file.
    1.20 +You can use the extensive data file that comes with this program, or you
    1.21 +can provide your own data file to suit your needs.
    1.22 +You can also use your own data file to supplement the standard data file.
     2.1 --- a/units/receipt	Sat Jul 30 17:15:58 2022 +0100
     2.2 +++ b/units/receipt	Sat Jul 30 17:22:12 2022 +0100
     2.3 @@ -1,12 +1,13 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="units"
     2.7 -VERSION="2.19"
     2.8 +VERSION="2.21"
     2.9  CATEGORY="utilities"
    2.10  SHORT_DESC="Units converter."
    2.11  MAINTAINER="paul@slitaz.org"
    2.12  LICENSE="GPL3"
    2.13  WEB_SITE="https://www.gnu.org/software/units/"
    2.14 +REPOLOGY="gnu:units"
    2.15  
    2.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.17  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    2.18 @@ -27,7 +28,7 @@
    2.19  {
    2.20  	./configure $CONFIGURE_ARGS &&
    2.21  	make &&
    2.22 -	make -j1 DESTDIR=$DESTDIR install
    2.23 +	make install DESTDIR=$DESTDIR
    2.24  }
    2.25  
    2.26  # Rules to gen a SliTaz package suitable for Tazpkg.