wok rev 24620

updated gputils (1.5.0.1 -> 1.5.2)
author Hans-G?nter Theisgen
date Mon Mar 07 10:52:24 2022 +0100 (2022-03-07)
parents c8ffc905b350
children 0fec748fcb52
files gputils/description.txt gputils/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gputils/description.txt	Mon Mar 07 10:52:24 2022 +0100
     1.3 @@ -0,0 +1,3 @@
     1.4 +Gputils is a collection of tools for Microchip PIC microcontrollers.
     1.5 +Its goal is to be fully compatible with Microchip's tools, MPASM,
     1.6 +MPLINK, and MPLIB.
     2.1 --- a/gputils/receipt	Mon Mar 07 10:40:58 2022 +0100
     2.2 +++ b/gputils/receipt	Mon Mar 07 10:52:24 2022 +0100
     2.3 @@ -1,14 +1,14 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="gputils"
     2.7 -VERSION="1.5.0.1"
     2.8 +VERSION="1.5.2"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="Tools for the Microchip (TM) PIC microcontrollers."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12  LICENSE="GPL2"
    2.13  WEB_SITE="https://gputils.sourceforge.io/"
    2.14  
    2.15 -TARBALL="$PACKAGE-${VERSION/.1/-1}.tar.bz2"
    2.16 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.17  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    2.18  
    2.19  DEPENDS=""
    2.20 @@ -29,7 +29,7 @@
    2.21  		--prefix=/usr		\
    2.22  		--sysconfdir=/etc	\
    2.23  		$CONFIGURE_ARGS &&
    2.24 -	make -j 1 &&
    2.25 +	make &&
    2.26  	make DESTDIR=$DESTDIR install
    2.27  }
    2.28