wok-stable view dhcp-client/receipt @ rev 6616
Fixed mercurial. Need pyconfig.h for mercurial to work. So i added this to python package since pyconfig.h maybe need for more python programs. I also removed all .pyc and .pyo files from python. Removed about 4mb from python by doing that.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Oct 09 20:49:19 2010 +0000 (2010-10-09) |
parents | 7dbe1d832560 |
children | bb943d17f910 |
line source
1 # SliTaz package receipt.
3 PACKAGE="dhcp-client"
4 VERSION="4.2.0"
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 $_pkg/../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 }