wok-next view fxload/receipt @ rev 21261

updated fbida (2.09 -> 2.14)
author Hans-G?nter Theisgen
date Fri Dec 06 14:58:07 2019 +0100 (2019-12-06)
parents e1c0edabdcb2
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="fxload"
4 VERSION="2008_10_13"
5 CATEGORY="system-tools"
6 SHORT_DESC="Download firmware into FX, FX2, and FX2LP EZ-USB devices"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://sourceforge.net/projects/linux-hotplug/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/linux-hotplug/$TARBALL"
14 compile_rules() {
15 make || return 1
17 install -Dm755 $src/fxload $install/usr/bin/fxload
18 install -Dm644 $src/a3load.hex $install/usr/share/usb/a3load.hex
19 }
21 genpkg_rules() {
22 copy @std
23 }