wok view linld/receipt @ rev 15681

Remove WEBSITE var because is empty
author Stanislas Leduc <shann@slitaz.org>
date Fri Dec 20 20:40:30 2013 +0100 (2013-12-20)
parents b939fa61b2b0
children ab69381ebbcc
line source
1 # SliTaz package receipt.
3 PACKAGE="linld"
4 VERSION="0.97"
5 CATEGORY="system-tools"
6 SHORT_DESC="Boot loader for DOS/Win9x."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL"
9 TARBALL="${PACKAGE}$(echo $VERSION | sed 's/[^0-9]//')devel.tar.bz2"
10 BASE_SITE="http://busybox.net/~vda/$PACKAGE"
11 WEB_SITE="$BASE_SITE/README.txt"
12 WGET_URL="$BASE_SITE/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 mv DIST $src 2> /dev/null
18 cd $src
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/share/boot
25 cp $src/LINLD$(echo $VERSION | sed 's/[^0-9]//')/LINLD.COM \
26 $fs/usr/share/boot/linld.com
27 cp $stuff/linld.txt $fs/usr/share/boot/
28 }