wok-next rev 21703
updated gputils (0.14.3 -> 1.5.0.1)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jul 01 14:31:24 2020 +0100 (2020-07-01) |
parents | 1809c27e6cac |
children | d3513d443a27 |
files | gputils/receipt |
line diff
1.1 --- a/gputils/receipt Wed Jul 01 14:22:49 2020 +0100 1.2 +++ b/gputils/receipt Wed Jul 01 14:31:24 2020 +0100 1.3 @@ -1,22 +1,24 @@ 1.4 # SliTaz package receipt v2. 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™ PIC microcontrollers" 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL2" 1.13 WEB_SITE="https://gputils.sourceforge.io/" 1.14 1.15 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 +TARBALL="$PACKAGE-${VERSION%.*}-${VERSION##*.}.tar.gz" 1.17 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.18 1.19 -compile_rules() { 1.20 +compile_rules() 1.21 +{ 1.22 ./configure $CONFIGURE_ARGS && 1.23 make && 1.24 make DESTDIR=$install install 1.25 } 1.26 1.27 -genpkg_rules() { 1.28 +genpkg_rules() 1.29 +{ 1.30 copy @std 1.31 }