wok diff netplug/receipt @ rev 20804
syslinux/iso2exe: add a MessageBox for Win9x
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 16 17:45:15 2019 +0100 (2019-02-16) |
parents | |
children | 54f857962813 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/netplug/receipt Sat Feb 16 17:45:15 2019 +0100 1.3 @@ -0,0 +1,28 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="netplug" 1.7 +VERSION="1.2.9.2" 1.8 +CATEGORY="network" 1.9 +SHORT_DESC="A daemon that manages network interfaces plugs in and out." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +LICENSE="GPL2" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.13 +WEB_SITE="http://www.serpentine.com/blog/software/netplug/" 1.14 +WGET_URL="http://www.red-bean.com/~bos/netplug/$TARBALL" 1.15 + 1.16 +# Rules to configure and make the package. 1.17 +compile_rules() 1.18 +{ 1.19 + sed -i '/hg_root/,$d' Makefile 1.20 + make prefix=/usr netplugd && 1.21 + make DESTDIR=$DESTDIR install 1.22 +} 1.23 + 1.24 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.25 +genpkg_rules() 1.26 +{ 1.27 + mkdir $fs/etc 1.28 + cp -a $install/etc/rc.d/init.d $fs/etc 1.29 + cp -a $install/etc/netp* $fs 1.30 + cp -a $install/sbin $fs 1.31 +}