wok rev 20995

updated gputils (0.14.3 -> 1.5.0.1)
author Hans-G?nter Theisgen
date Thu Mar 07 17:47:51 2019 +0100 (2019-03-07)
parents 04a7ac803caf
children cea8111d6199
files gputils/receipt
line diff
     1.1 --- a/gputils/receipt	Thu Mar 07 17:31:34 2019 +0100
     1.2 +++ b/gputils/receipt	Thu Mar 07 17:47:51 2019 +0100
     1.3 @@ -1,13 +1,14 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gputils"
     1.7 -VERSION="0.14.3"
     1.8 +VERSION="1.5.0.1"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Tools for the Microchip (TM) PIC microcontrollers."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13 -WEB_SITE="http://gputils.sourceforge.net/"
    1.14 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15 +WEB_SITE="https://gputils.sourceforge.io/"
    1.16 +
    1.17 +TARBALL="$PACKAGE-${VERSION/.1/-1}.tar.bz2"
    1.18  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.19  
    1.20  DEPENDS=""
    1.21 @@ -16,9 +17,12 @@
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {
    1.25 -	cd $src
    1.26 -	./configure --prefix=/usr --sysconfdir=/etc $CONFIGURE_ARGS &&
    1.27 -	make && make DESTDIR=$DESTDIR install
    1.28 +	./configure			\
    1.29 +		--prefix=/usr		\
    1.30 +		--sysconfdir=/etc	\
    1.31 +		$CONFIGURE_ARGS &&
    1.32 +	make -j 1 &&
    1.33 +	make DESTDIR=$DESTDIR install
    1.34  }
    1.35  
    1.36  # Rules to gen a SliTaz package suitable for Tazpkg.