wok-6.x annotate drbl/receipt @ rev 17552
Update some post_install for install --root
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jan 30 10:17:37 2015 +0100 (2015-01-30) |
parents | cf3bdb2f261c |
children | f33d804b2693 |
rev | line source |
---|---|
shann@14581 | 1 # SliTaz package receipt. |
shann@14581 | 2 |
shann@14581 | 3 PACKAGE="drbl" |
shann@14581 | 4 VERSION="2.3.10" |
shann@14581 | 5 CATEGORY="misc" |
al@14590 | 6 SHORT_DESC="Diskless Remote Boot in Linux" |
shann@14581 | 7 MAINTAINER="shann@slitaz.org" |
al@14590 | 8 LICENSE="GPL2" |
al@14590 | 9 WEB_SITE="http://drbl.org/" |
pascal@14583 | 10 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
pascal@14583 | 11 WGET_URL="http://free.nchc.org.tw/$PACKAGE-core/src/stable/$TARBALL" |
shann@14581 | 12 |
al@14590 | 13 DEPENDS="bash bc binutils dialog disktype dmidecode e2fsprogs ethtool expect \ |
al@14590 | 14 file gnu-netcat lzop memtest mtools openssh parted partimage perl pigz procps \ |
al@14590 | 15 reiserfsprogs rsync strace tcpdump syslinux systemd udpcast" |
al@14590 | 16 BUILD_DEPENDS="" |
shann@14581 | 17 |
shann@14581 | 18 # Rules to configure and make the package. |
shann@14581 | 19 compile_rules() |
shann@14581 | 20 { |
pascal@14583 | 21 make DESTDIR=$DESTDIR install |
shann@14581 | 22 } |
shann@14581 | 23 |
shann@14581 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
shann@14581 | 25 genpkg_rules() |
shann@14581 | 26 { |
al@14590 | 27 cp -a $install/* $fs/ |
shann@14581 | 28 } |