wok-next view fxload/receipt @ rev 21414

updated powermanga (0.80 -> 0.93.1)
author Hans-G?nter Theisgen
date Sat Apr 25 17:45:14 2020 +0100 (2020-04-25)
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 }