wok view fxload/receipt @ rev 21621

linld: more ram for zImage (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 25 13:23:29 2019 +0200 (2019-05-25)
parents 6d04a1dcf69f
children 640a2eba2511
line source
1 # SliTaz package receipt.
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 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="https://sourceforge.net/projects/linux-hotplug/"
11 WGET_URL="$SF_MIRROR/linux-hotplug/$PACKAGE/$VERSION/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 make
17 }
19 # Rules to gen a SliTaz package suitable for Tazpkg.
20 genpkg_rules()
21 {
22 mkdir -p $fs/usr/bin $fs/usr/share/usb
23 install $src/fxload $fs/usr/bin
24 install -m 0644 $src/a3load.hex $fs/usr/share/usb
25 }