wok-next view gputils/receipt @ rev 21578

updated davfs2 (1.5.4 -> 1.5.6)
author Hans-G?nter Theisgen
date Tue Jun 23 15:33:53 2020 +0100 (2020-06-23)
parents 757d032c55c7
children 2208b3dec352
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gputils"
4 VERSION="0.14.3"
5 CATEGORY="development"
6 SHORT_DESC="Tools for the Microchip™ PIC microcontrollers"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://gputils.sourceforge.io/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 compile_rules() {
15 ./configure $CONFIGURE_ARGS &&
16 make &&
17 make DESTDIR=$install install
18 }
20 genpkg_rules() {
21 copy @std
22 }