wok-6.x view dhcp-relay/receipt @ rev 25565

Reenable rpc for glibc, fix gpxe grub4dos receipt, fix linld url
author Stanislas Leduc <shann@slitaz.org>
date Tue May 09 17:24:00 2023 +0000 (13 months ago)
parents e3178e8508fc
children
line source
1 # SliTaz package receipt.
3 PACKAGE="dhcp-relay"
4 VERSION="4.4.3"
5 CATEGORY="network"
6 SHORT_DESC="Dynamic Host Configuration Protocol relay."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="ISC"
9 WEB_SITE="https://www.isc.org/dhcp/"
11 DEPENDS="libcrypto"
12 WANTED="dhcp"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/sbin
18 cp -a $install/usr/sbin/dhcrelay $fs/usr/sbin
19 }