wok-stable view dhcp-client/receipt @ rev 11386

Compat: ensure that pam WGET_URL is non-https. Otherwise tazwok can't download it at cook-toolchain time
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Dec 10 04:42:49 2011 +0100 (2011-12-10)
parents 98fc9beddbba
children
line source
1 # SliTaz package receipt.
3 PACKAGE="dhcp-client"
4 VERSION="4.2.2"
5 CATEGORY="network"
6 SHORT_DESC="Dynamic Host Configuration Protocol ISC client."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://www.isc.org/products/DHCP/"
9 WANTED="dhcp"
10 DEPENDS="libcrypto"
11 CONFIG_FILES="/etc/dhclient.conf"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/sbin $fs/usr/bin $fs/etc
17 cp $_pkg/etc/dhclient.conf $fs/etc
18 cp $src/client/scripts/linux $fs/etc/dhclient-script
19 cp $_pkg/usr/sbin/dhclient $fs/usr/sbin
20 cp $_pkg/usr/bin/omshell $fs/usr/bin
21 }