wok view drbl/receipt @ rev 18902

Up: 2.2.5 to 2.2.8 - Add: description file - Fix: display msg /usr/lib/bluefish
author Leonardo Laporte <hackdorte@sapo.pt>
date Fri Feb 19 07:04:57 2016 -0200 (2016-02-19)
parents cf3bdb2f261c
children f33d804b2693
line source
1 # SliTaz package receipt.
3 PACKAGE="drbl"
4 VERSION="2.3.10"
5 CATEGORY="misc"
6 SHORT_DESC="Diskless Remote Boot in Linux"
7 MAINTAINER="shann@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://drbl.org/"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WGET_URL="http://free.nchc.org.tw/$PACKAGE-core/src/stable/$TARBALL"
13 DEPENDS="bash bc binutils dialog disktype dmidecode e2fsprogs ethtool expect \
14 file gnu-netcat lzop memtest mtools openssh parted partimage perl pigz procps \
15 reiserfsprogs rsync strace tcpdump syslinux systemd udpcast"
16 BUILD_DEPENDS=""
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 make DESTDIR=$DESTDIR install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/* $fs/
28 }