wok-next annotate stm8flash/receipt @ rev 21445

updated scim (1.4.17 -> 1.4.18)
author Hans-G?nter Theisgen
date Tue May 05 16:55:11 2020 +0100 (2020-05-05)
parents 533d88c4b302
children
rev   line source
psychomaniak@19895 1 # SliTaz package receipt.
psychomaniak@19895 2
psychomaniak@19895 3 PACKAGE="stm8flash"
psychomaniak@19895 4 VERSION="20170817"
psychomaniak@19895 5 GITHASH="e322a7a"
al@21020 6 SHORT_DESC="Program your stm8 devices with SWIM/stlinkv(1,2)"
psychomaniak@19895 7 LICENSE="GPL2"
psychomaniak@19895 8 CATEGORY="electronics"
psychomaniak@19895 9 MAINTAINER="psychomaniak@xakep.ru"
al@21020 10 WEB_SITE="https://github.com/vdudouyt/stm8flash"
al@21020 11
psychomaniak@19895 12 TARBALL="$GITHASH.tar.gz"
psychomaniak@19895 13 WGET_URL="$WEB_SITE/archive/$TARBALL"
psychomaniak@19895 14
psychomaniak@19895 15 BUILD_DEPENDS="libusb-dev"
psychomaniak@19895 16
al@21020 17 compile_rules() {
al@21020 18 make &&
al@21020 19 make DESTDIR=$install install
psychomaniak@19895 20 }
psychomaniak@19895 21
al@21020 22 genpkg_rules() {
psychomaniak@19895 23 cp -a $install/* $fs
al@21020 24 DEPENDS="libusb"
psychomaniak@19895 25 }