# HG changeset patch # User Hans-G?nter Theisgen # Date 1646646744 -3600 # Node ID 8fe76b4f87c8f495a522e39fd9f54e5ed93ff81e # Parent c8ffc905b3505b107bdf23bf032d536a0b252991 updated gputils (1.5.0.1 -> 1.5.2) diff -r c8ffc905b350 -r 8fe76b4f87c8 gputils/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gputils/description.txt Mon Mar 07 10:52:24 2022 +0100 @@ -0,0 +1,3 @@ +Gputils is a collection of tools for Microchip PIC microcontrollers. +Its goal is to be fully compatible with Microchip's tools, MPASM, +MPLINK, and MPLIB. diff -r c8ffc905b350 -r 8fe76b4f87c8 gputils/receipt --- a/gputils/receipt Mon Mar 07 10:40:58 2022 +0100 +++ b/gputils/receipt Mon Mar 07 10:52:24 2022 +0100 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="gputils" -VERSION="1.5.0.1" +VERSION="1.5.2" CATEGORY="development" SHORT_DESC="Tools for the Microchip (TM) PIC microcontrollers." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" WEB_SITE="https://gputils.sourceforge.io/" -TARBALL="$PACKAGE-${VERSION/.1/-1}.tar.bz2" +TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" DEPENDS="" @@ -29,7 +29,7 @@ --prefix=/usr \ --sysconfdir=/etc \ $CONFIGURE_ARGS && - make -j 1 && + make && make DESTDIR=$DESTDIR install }