wok view dhcp-relay/receipt @ rev 8615
Fix: replace exit 1 by return 1 in receipts (exit broke cook-list function)
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Mon Feb 14 19:09:46 2011 +0100 (2011-02-14) |
parents | bb943d17f910 |
children | 98fc9beddbba |
line source
1 # SliTaz package receipt.
3 PACKAGE="dhcp-relay"
4 VERSION="4.2.0-P2"
5 CATEGORY="network"
6 SHORT_DESC="Dynamic Host Configuration Protocol relay."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://www.isc.org/products/DHCP/"
9 DEPENDS="libcrypto"
10 WANTED="dhcp"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/sbin
16 cp -a $_pkg/usr/sbin/dhcrelay $fs/usr/sbin
17 }