wok view fxload/receipt @ rev 1303

Typo in claws-mail receipt
author Julien Rabier <taziden@slitaz.org>
date Sat Aug 23 20:56:35 2008 +0200 (2008-08-23)
parents
children 8c61e59b4295
line source
1 # SliTaz package receipt.
3 PACKAGE="fxload"
4 VERSION="0.0.20020411"
5 CATEGORY="system-tools"
6 SHORT_DESC="Utility to load xorcom astribank channel bank."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="${PACKAGE}_${VERSION}.orig.tar.gz"
9 WEB_SITE="http://www.xorcom.com/"
10 WGET_URL="http://updates.xorcom.com/astribank/$PACKAGE/$TARBALL"
12 # Rules to configure and make the package.
13 compile_rules()
14 {
15 wget -c http://updates.xorcom.com/astribank/$PACKAGE/$PACKAGE
16 chmod +x fxload
17 }
19 # Rules to gen a SliTaz package suitable for Tazpkg.
20 genpkg_rules()
21 {
23 mkdir -p $fs/usr/bin $fs/usr/share/usb
24 cp -a fxload $fs/usr/bin
25 cp -a fxload*/a3load.hex $fs/usr/share/usb
27 }