wok-next annotate dfu-util/receipt @ rev 20985

Small updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Sep 29 16:54:07 2018 +0300 (2018-09-29)
parents d43bf7aae921
children
rev   line source
al@20985 1 # SliTaz package receipt v2.
pascal@17335 2
pascal@17335 3 PACKAGE="dfu-util"
al@20985 4 VERSION="0.9"
pascal@17335 5 CATEGORY="utilities"
al@20985 6 SHORT_DESC="Device firmware update (DFU) USB programmer"
pascal@17335 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@17335 8 LICENSE="GPL2"
al@20985 9 WEB_SITE="http://dfu-util.sourceforge.net/"
al@20985 10
pascal@17335 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20985 12 WGET_URL="http://dfu-util.sourceforge.net/releases/$TARBALL"
pascal@17335 13
al@20513 14 BUILD_DEPENDS="glib libusb-dev"
pascal@17335 15
al@20985 16 compile_rules() {
al@20985 17 ./configure $CONFIGURE_ARGS &&
pascal@17335 18 make &&
al@20985 19 make install || return 1
al@20985 20
al@20985 21 cook_pick_docs README DEVICES.txt ChangeLog TODO doc/*.rules
pascal@17335 22 }
pascal@17335 23
al@20985 24 genpkg_rules() {
al@20985 25 copy @std
al@20985 26 DEPENDS="libusb"
pascal@17335 27 }