wok-6.x diff dhcp6-relay/receipt @ rev 4609
libv4l: add LD_PREPLOAD trick to /etc/profile
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Tue Dec 15 16:42:43 2009 +0000 (2009-12-15) |
parents | |
children | 82e83ddb59bd |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dhcp6-relay/receipt Tue Dec 15 16:42:43 2009 +0000 1.3 @@ -0,0 +1,19 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="dhcp6-relay" 1.7 +VERSION="4.1.1b1" 1.8 +CATEGORY="network" 1.9 +SHORT_DESC="Dynamic Host Configuration Protocol relay with ipv6 support." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +WEB_SITE="http://www.isc.org/products/DHCP/" 1.12 +DEPENDS="libcrypto" 1.13 +WANTED="dhcp6" 1.14 +PROVIDE="dhcp-relay" 1.15 + 1.16 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.17 +genpkg_rules() 1.18 +{ 1.19 + mkdir -p $fs/usr/sbin 1.20 + cp -a $_pkg/usr/sbin/dhcrelay $fs/usr/sbin 1.21 +} 1.22 +