wok-next view fxload/receipt @ rev 20663

Fix web site for the Shimmer Project themes
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 10 22:58:32 2018 +0300 (2018-05-10)
parents 6d04a1dcf69f
children a3c581bf52b8
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="http://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 }