wok annotate fxload/receipt @ rev 23936

syslinux/isohybrid: force GPT detection (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Sep 09 12:46:01 2020 +0000 (2020-09-09)
parents 6d04a1dcf69f
children 640a2eba2511
rev   line source
pascal@1180 1 # SliTaz package receipt.
pascal@1180 2
pascal@1180 3 PACKAGE="fxload"
pascal@17332 4 VERSION="2008_10_13"
pascal@1180 5 CATEGORY="system-tools"
pascal@17332 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"
pascal@17332 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@20421 10 WEB_SITE="https://sourceforge.net/projects/linux-hotplug/"
pascal@17332 11 WGET_URL="$SF_MIRROR/linux-hotplug/$PACKAGE/$VERSION/$TARBALL"
pascal@1180 12
pascal@1180 13 # Rules to configure and make the package.
pascal@1180 14 compile_rules()
pascal@1180 15 {
pascal@17332 16 make
pascal@1180 17 }
pascal@1180 18
pascal@1180 19 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1180 20 genpkg_rules()
pascal@1180 21 {
pascal@17332 22 mkdir -p $fs/usr/bin $fs/usr/share/usb
pascal@17332 23 install $src/fxload $fs/usr/bin
pascal@17332 24 install -m 0644 $src/a3load.hex $fs/usr/share/usb
pascal@1180 25 }
pascal@1180 26