# HG changeset patch # User Hans-G?nter Theisgen # Date 1659198132 -3600 # Node ID d10c7dd2954fb02cad1f66ac78676fa9ece4dcd7 # Parent fffb53ee9c66fc2cd9bcf33004012580e658f018 updated units (2.19 -> 2.21) diff -r fffb53ee9c66 -r d10c7dd2954f units/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/units/description.txt Sat Jul 30 17:22:12 2022 +0100 @@ -0,0 +1,19 @@ +GNU Units converts quantities expressed in various systems of measurement +to their equivalents in other systems of measurement. +Like many similar programs, it can handle multiplicative scale changes. +It can also handle nonlinear conversions such as Fahrenheit to Celsius or +wire gauge, and it can convert from and to sums of units, such as +converting between meters and feet plus inches. + +Beyond simple unit conversions, GNU Units can be used as a general-purpose +scientific calculator that keeps track of units in its calculations. +You can form arbitrary complex mathematical expressions of dimensions +including sums, products, quotients, powers, and even roots of dimensions. +Thus you can ensure accuracy and dimensional consistency when working with +long expressions that involve many different units that may combine in +complex ways. + +The units are defined in an external data file. +You can use the extensive data file that comes with this program, or you +can provide your own data file to suit your needs. +You can also use your own data file to supplement the standard data file. diff -r fffb53ee9c66 -r d10c7dd2954f units/receipt --- a/units/receipt Sat Jul 30 17:15:58 2022 +0100 +++ b/units/receipt Sat Jul 30 17:22:12 2022 +0100 @@ -1,12 +1,13 @@ # SliTaz package receipt. PACKAGE="units" -VERSION="2.19" +VERSION="2.21" CATEGORY="utilities" SHORT_DESC="Units converter." MAINTAINER="paul@slitaz.org" LICENSE="GPL3" WEB_SITE="https://www.gnu.org/software/units/" +REPOLOGY="gnu:units" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" @@ -27,7 +28,7 @@ { ./configure $CONFIGURE_ARGS && make && - make -j1 DESTDIR=$DESTDIR install + make install DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg.