wok-next annotate fxload/receipt @ rev 21674
updated geoip (1.4.8 -> 1.6.12)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jun 29 10:52:14 2020 +0100 (2020-06-29) |
parents | e1c0edabdcb2 |
children |
rev | line source |
---|---|
al@20473 | 1 # SliTaz package receipt v2. |
pascal@1180 | 2 |
pascal@1180 | 3 PACKAGE="fxload" |
pascal@17332 | 4 VERSION="2008_10_13" |
pascal@1180 | 5 CATEGORY="system-tools" |
al@20473 | 6 SHORT_DESC="Download firmware into FX, FX2, and FX2LP EZ-USB devices" |
pascal@1180 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15000 | 8 LICENSE="GPL2" |
al@20906 | 9 WEB_SITE="https://sourceforge.net/projects/linux-hotplug/" |
al@20473 | 10 |
pascal@17332 | 11 TARBALL="$PACKAGE-$VERSION.tar.gz" |
al@20473 | 12 WGET_URL="$SF_MIRROR/linux-hotplug/$TARBALL" |
pascal@1180 | 13 |
al@20473 | 14 compile_rules() { |
al@20473 | 15 make || return 1 |
al@20473 | 16 |
al@20473 | 17 install -Dm755 $src/fxload $install/usr/bin/fxload |
al@20473 | 18 install -Dm644 $src/a3load.hex $install/usr/share/usb/a3load.hex |
pascal@1180 | 19 } |
pascal@1180 | 20 |
al@20473 | 21 genpkg_rules() { |
al@20473 | 22 copy @std |
pascal@1180 | 23 } |