wok-next view fxload/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
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 }