[leaf-commits] src/bering-uclibc4/source/ezipupd buildtool.cfg, NONE, 1.1 buildtool.mk, NONE, 1.1 ez-ipupd, NONE, 1.1 ez-ipupd.conf, NONE, 1.1 ez-ipupdate_3.0.11b8-8.diff.gz, NONE, 1.1 ez-ipupdate_3.0.11b8.orig.tar.gz, NONE, 1.1

Andrew <[email protected]>
Newsgroups gmane.linux.leaf.cvs
Message-ID <[email protected]>
Update of /cvsroot/leaf/src/bering-uclibc4/source/ezipupd
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv27261/source/ezipupd

Added Files:
	buildtool.cfg buildtool.mk ez-ipupd ez-ipupd.conf 
	ez-ipupdate_3.0.11b8-8.diff.gz 
	ez-ipupdate_3.0.11b8.orig.tar.gz 
Log Message:
fixed perl library path


--- NEW FILE: ez-ipupdate_3.0.11b8-8.diff.gz ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: ez-ipupd.conf ---
service-type=zoneedit
user=mypassword
interface=eth0
host=myhost.com
notify-email=myemailadress
# other options:
#address=<ip address>
cache-file=/tmp/ez-ipup
#daemon
#debug
#foreground
#host=<host>
#interface=<interface>
#mx=<mail exchanger>
#retrys=<number of trys>
#run-as-user=<user>
#run-as-euser=<user>
#server=<server name>
#timeout=<sec.millisec>
#max-interval=<time in seconds>
#notify-email=<email address>
#period=<time between update attempts>
#url=<url>
#user=<user name>[:password]
#wildcard
#quiet


--- NEW FILE: buildtool.mk ---
# makefile for ez-ipupdate
include $(MASTERMAKEFILE)

EZ_IPUPDATE_DIR:=ez-ipupdate-3.0.11b8
EZ_IPUPDATE_TARGET_DIR:=$(BT_BUILD_DIR)/ez-ipupdate
PERLVER=$(shell ls $(BT_STAGING_DIR)/usr/lib/perl5)

$(EZ_IPUPDATE_DIR)/.source:
	zcat $(EZ_IPUPDATE_SOURCE) | tar -xvf -
	zcat $(EZ_IPUPDATE_PATCH1) | patch -d $(EZ_IPUPDATE_DIR) -p1
	perl -i -p -e 's,^DESTDIR\s*=.*,DESTDIR = $(EZ_IPUPDATE_TARGET_DIR),g' $(EZ_IPUPDATE_DIR)/Makefile.in
	touch $(EZ_IPUPDATE_DIR)/.source

source: $(EZ_IPUPDATE_DIR)/.source
                        
$(EZ_IPUPDATE_DIR)/.configured: $(EZ_IPUPDATE_DIR)/.source
	(cd $(EZ_IPUPDATE_DIR) ; export PERLLIB=$(BT_STAGING_DIR)/usr/lib/perl5/$(PERLVER); \
	CC=$(TARGET_CC) LD=$(TARGET_LD) CFLAGS="$(BT_COPT_FLAGS)" ./configure --prefix=/usr/ )
	touch $(EZ_IPUPDATE_DIR)/.configured
                                                                 
$(EZ_IPUPDATE_DIR)/.build: $(EZ_IPUPDATE_DIR)/.configured
	mkdir -p $(EZ_IPUPDATE_TARGET_DIR)
	mkdir -p $(EZ_IPUPDATE_TARGET_DIR)/etc/init.d	
	PERLLIB=$(BT_STAGING_DIR)/usr/lib/perl5/$(PERLVER) \
	make -C $(EZ_IPUPDATE_DIR) DESTDIR=$(EZ_IPUPDATE_TARGET_DIR) install 
	-$(BT_STRIP) -s --remove-section=.note --remove-section=.comment $(EZ_IPUPDATE_TARGET_DIR)/usr/bin/ez-ipupdate	
	cp -a ez-ipupd $(EZ_IPUPDATE_TARGET_DIR)/etc/init.d/
	cp -a ez-ipupd.conf $(EZ_IPUPDATE_TARGET_DIR)/etc/
	cp -a $(EZ_IPUPDATE_TARGET_DIR)/* $(BT_STAGING_DIR)
	touch $(EZ_IPUPDATE_DIR)/.build

build: $(EZ_IPUPDATE_DIR)/.build
                                                                                         
clean:
	make -C $(EZ_IPUPDATE_DIR) clean
	rm -rf $(EZ_IPUPDATE_TARGET_DIR)
	rm $(EZ_IPUPDATE_DIR)/.build
	rm $(EZ_IPUPDATE_DIR)/.configured
                                                                                                                 
srcclean: clean
	rm -rf $(EZ_IPUPDATE_DIR) 
	rm $(EZ_IPUPDATE_DIR)/.source

--- NEW FILE: ez-ipupdate_3.0.11b8.orig.tar.gz ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: buildtool.cfg ---
<File buildtool.mk>
  Server = cvs4-sourceforge
  Revision = HEAD
  Directory = ez-ipupdate
</File>
                  
<File ez-ipupdate_3.0.11b8.orig.tar.gz>
  Server = cvs4-sourceforge
  Revision = HEAD
  envname = EZ_IPUPDATE_SOURCE
  Directory = ez-ipupdate
</File>

<File ez-ipupdate_3.0.11b8-8.diff.gz>
  Server = cvs4-sourceforge
  Revision = HEAD
  envname = EZ_IPUPDATE_PATCH1
  Directory = ez-ipupdate
</File>

<File ez-ipupd>
  Server = cvs4-sourceforge
  Revision = HEAD
  Directory = ez-ipupdate
</File>

<File ez-ipupd.conf>
  Server = cvs4-sourceforge
  Revision = HEAD
  Directory = ez-ipupdate
</File>


<Package>
	<ezipupd>
		Version = 3.0.11b8-8
		Revision = 2

		Help <<EOF
		ez-ipupdate is a client for several dynamic IP services
		See: http://ez-ipupdate.com
		LEAF package by __PACKAGER__, __BUILDDATE__		
		EOF
		
		<Permissions>
			Files = 644
			Directories = 755
		</Permissions>

		<Owner>
			Files = root:root
			Directories = root:root
		</Owner>
		
		<Contents>
			<File>          
				Filename    = etc/ez-ipupd.conf
				Source    	= etc/ez-ipupd.conf
				Description	= ez-ipupdate configuration
				Type		= conf
				Type		= local
				Type		= binary
				Permissions = 600
			</File>                 

			<File>
				Filename    = etc/init.d/ez-ipupd
				Source      = etc/init.d/ez-ipupd
				Description = ez-ipupdate daemon init file 
				Type        = binary
				Permissions = 755
			</File>

			<File>          
				Source          = usr/bin/ez-ipupdate
				Filename        = usr/bin/ez-ipupdate
				Type            = binary
				Permissions = 755
			</File>		
		</Contents>			
	</ezipupd>
</Package>

--- NEW FILE: ez-ipupd ---
#!/bin/sh
#

RCDLINKS="2,S60 3,S60 6,K60"

error () {
	echo "ez-ipupd error: $1"
	exit 1
}

DAEMON=/usr/bin/ez-ipupdate
CONFIG=/etc/ez-ipupd.conf
VARRUN=/var/run/ez-ipupd.pid

case "$1" in
	start)
		[ -r $VARRUN ] && error "already running"
		echo "Starting $DAEMON..."
		$DAEMON -c $CONFIG -F $VARRUN
	;;
	stop)
		[ -r $VARRUN ] || error "already stopped"
		kill -QUIT `cat $VARRUN`
		rm $VARRUN
	;;
	restart|force-reload)
		$0 stop
		sleep 1
		$0 start
	;;
	*)
	echo "Usage: $0 {start|stop|restart|force-reload}"
	exit 1
	;;
esac
exit 0


------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.