wok-next view gputils/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gputils"
4 VERSION="1.5.0.1"
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%.*}-${VERSION##*.}.tar.gz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 compile_rules()
15 {
16 ./configure $CONFIGURE_ARGS &&
17 make &&
18 make DESTDIR=$install install
19 }
21 genpkg_rules()
22 {
23 copy @std
24 }