wok-next annotate gputils/receipt @ rev 20790

1. update also pinentry-gtk to new version 2. add to both fltk-dev so fltk-config is found 3. I want to force also a build to see if it really builds OKish here (see wok-build)
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 11:23:42 2018 +0000 (2018-06-09)
parents 7896f0694ef6
children d5aab818505e
rev   line source
al@20534 1 # SliTaz package receipt v2.
pascal@13729 2
pascal@13729 3 PACKAGE="gputils"
pascal@13729 4 VERSION="0.14.3"
pascal@13729 5 CATEGORY="development"
al@20534 6 SHORT_DESC="Tools for the Microchip (TM) PIC microcontrollers"
pascal@13729 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15002 8 LICENSE="GPL2"
pascal@13729 9 WEB_SITE="http://gputils.sourceforge.net/"
al@20534 10
pascal@13729 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@13729 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@13729 13
al@20534 14 compile_rules() {
al@20534 15 ./configure $CONFIGURE_ARGS &&
al@20534 16 make &&
al@20534 17 make DESTDIR=$DESTDIR install
pascal@13729 18 }
pascal@13729 19
al@20534 20 genpkg_rules() {
al@20534 21 copy @std
pascal@13729 22 }