wok view gputils/receipt @ rev 23721

updated urbackup-client (2.3.4 -> 2.4.10)
author Hans-G?nter Theisgen
date Thu Apr 30 14:15:36 2020 +0100 (2020-04-30)
parents 7896f0694ef6
children 932cd974e081
line source
1 # SliTaz package receipt.
3 PACKAGE="gputils"
4 VERSION="1.5.0.1"
5 CATEGORY="development"
6 SHORT_DESC="Tools for the Microchip (TM) PIC microcontrollers."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://gputils.sourceforge.io/"
11 TARBALL="$PACKAGE-${VERSION/.1/-1}.tar.bz2"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 DEPENDS=""
15 BUILD_DEPENDS=""
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure \
21 --prefix=/usr \
22 --sysconfdir=/etc \
23 $CONFIGURE_ARGS &&
24 make -j 1 &&
25 make DESTDIR=$DESTDIR install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 cp -a $install/* $fs
32 }