Merge bk://openembedded@openembedded.bkbits.net/packages
authorBruno Randolf <br1@subnet.at>
Thu, 21 Oct 2004 14:14:49 +0000 (14:14 +0000)
committerBruno Randolf <br1@subnet.at>
Thu, 21 Oct 2004 14:14:49 +0000 (14:14 +0000)
into null.(none):/data/mtx/oe/oe.write/packages

2004/10/21 16:12:55+02:00 (none)!br1
ddclient: new ip-up script, depend on necessary perl-modules

BKrev: 4177c459eJrdl7oN8Xs2vjoXUrHfCA

ddclient/ddclient_3.6.3.oe
ddclient/files/ip-up [new file with mode: 0644]

index d0eec48..3c5d27a 100644 (file)
@@ -2,15 +2,16 @@ SECTION = "console/network"
 DESCRIPTION = "Ddclient is a Perl client used to update dynamic DNS entries for accounts on Dynamic DNS Network Services"
 HOMEPAGE = "http://ddclient.sourceforge.net/"
 MAINTAINER = "Bruno Randolf <bruno.randolf@4g-systems.biz>"
-SRC_URI = "${SOURCEFORGE_MIRROR}/ddclient/ddclient.tar.bz2"
-RDEPENDS = "perl"
+SRC_URI = "${SOURCEFORGE_MIRROR}/ddclient/ddclient.tar.bz2 \
+       file://ip-up"
+RDEPENDS = "perl perl-module-strict perl-module-getopt-long perl-module-vars perl-module-warnings-register perl-module-warnings perl-module-carp perl-module-exporter perl-module-constant perl-module-exporter-heavy perl-module-sys-hostname perl-module-xsloader perl-module-autoloader perl-module-io-socket perl-module-io-handle perl-module-symbol perl-module-selectsaver perl-module-io perl-module-socket perl-module-errno perl-module-config perl-module-io-socket-inet perl-module-io-socket-unix perl-module-integer"
 
 do_install() {
        install -d ${D}/${sbindir} ${D}/${sysconfdir} ${D}/${sysconfdir}/init.d
        install -d ${D}/${sysconfdir}/ppp/ip-up.d/ install -d ${D}/${docdir}/ddclient
        install -m 755 ${S}/ddclient ${D}/${sbindir}
        install ${S}/sample-etc_ddclient.conf ${D}/${sysconfdir}/ddclient.conf
-       install -m 755 ${S}/sample-etc_ppp_ip-up.local ${D}/${sysconfdir}/ppp/ip-up.d/ddclient
+       install -m 755 ${WORKDIR}/ip-up ${D}/${sysconfdir}/ppp/ip-up.d/ddclient
        install -m 755 ${S}/sample-etc_rc.d_init.d_ddclient ${D}/${sysconfdir}/init.d/ddclient
        install ${S}/README* ${D}/${docdir}/ddclient
        install ${S}/COPY* ${D}/${docdir}/ddclient
diff --git a/ddclient/files/ip-up b/ddclient/files/ip-up
new file mode 100644 (file)
index 0000000..e69de29