wok-6.x diff gputils/receipt @ rev 22048
updated transmission again (2.92 -> 2.94)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Oct 22 15:42:09 2019 +0100 (2019-10-22) |
parents | 7896f0694ef6 |
children | 932cd974e081 |
line diff
1.1 --- a/gputils/receipt Sat Aug 10 21:12:16 2013 +0000 1.2 +++ b/gputils/receipt Tue Oct 22 15:42:09 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.