wok-next diff 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
line diff
     1.1 --- a/gputils/receipt	Sat Aug 10 21:12:16 2013 +0000
     1.2 +++ b/gputils/receipt	Sat Jun 09 11:23:42 2018 +0000
     1.3 @@ -1,28 +1,22 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="gputils"
     1.8  VERSION="0.14.3"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Tools for the Microchip (TM) PIC microcontrollers."
    1.11 +SHORT_DESC="Tools for the Microchip (TM) PIC microcontrollers"
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14  WEB_SITE="http://gputils.sourceforge.net/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.18  
    1.19 -DEPENDS=""
    1.20 -BUILD_DEPENDS=""
    1.21 -
    1.22 -# Rules to configure and make the package.
    1.23 -compile_rules()
    1.24 -{
    1.25 -	cd $src
    1.26 -	./configure --prefix=/usr --sysconfdir=/etc $CONFIGURE_ARGS &&
    1.27 -	make && make DESTDIR=$DESTDIR install
    1.28 +compile_rules() {
    1.29 +	./configure $CONFIGURE_ARGS &&
    1.30 +	make &&
    1.31 +	make DESTDIR=$DESTDIR install
    1.32  }
    1.33  
    1.34 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.35 -genpkg_rules()
    1.36 -{
    1.37 -	cp -a $install/* $fs
    1.38 +genpkg_rules() {
    1.39 +	copy @std
    1.40  }