wok-next annotate gputils/receipt @ rev 21719

gtk3: added build dependency libxtst
author Hans-G?nter Theisgen
date Tue Aug 04 17:36:05 2020 +0100 (2020-08-04)
parents d5aab818505e
children
rev   line source
al@20534 1 # SliTaz package receipt v2.
pascal@13729 2
pascal@13729 3 PACKAGE="gputils"
Hans-G?nter@21703 4 VERSION="1.5.0.1"
pascal@13729 5 CATEGORY="development"
al@21020 6 SHORT_DESC="Tools for the Microchip™ PIC microcontrollers"
pascal@13729 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15002 8 LICENSE="GPL2"
al@21020 9 WEB_SITE="https://gputils.sourceforge.io/"
al@20534 10
Hans-G?nter@21703 11 TARBALL="$PACKAGE-${VERSION%.*}-${VERSION##*.}.tar.gz"
pascal@13729 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@13729 13
Hans-G?nter@21703 14 compile_rules()
Hans-G?nter@21703 15 {
al@20534 16 ./configure $CONFIGURE_ARGS &&
al@20534 17 make &&
al@21020 18 make DESTDIR=$install install
pascal@13729 19 }
pascal@13729 20
Hans-G?nter@21703 21 genpkg_rules()
Hans-G?nter@21703 22 {
al@20534 23 copy @std
pascal@13729 24 }