wok-next view gputils/receipt @ rev 20616

xrdp: up 0.9.3.1; zopfli: fix build; gcc61: attempt to fix; add gcc6 (latest among 6.x.x).
gcc61 and gcc6 are broken now.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 21 05:15:11 2018 +0300 (2018-04-21)
parents 7896f0694ef6
children d5aab818505e
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 (TM) PIC microcontrollers"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://gputils.sourceforge.net/"
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=$DESTDIR install
18 }
20 genpkg_rules() {
21 copy @std
22 }