wok-current annotate fxload/receipt @ rev 19952
Add urbackup
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon May 08 13:18:44 2017 +0200 (2017-05-08) |
parents | 380ffe05937a |
children | 86790a278e70 |
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@17332 | 10 WEB_SITE="http://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 |