diff options
Diffstat (limited to 'ddclient/ddclient_3.6.3.oe')
-rw-r--r-- | ddclient/ddclient_3.6.3.oe | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/ddclient/ddclient_3.6.3.oe b/ddclient/ddclient_3.6.3.oe deleted file mode 100644 index 159b1105cd..0000000000 --- a/ddclient/ddclient_3.6.3.oe +++ /dev/null @@ -1,22 +0,0 @@ -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 \ - file://ip-up" -LICENSE = "GPL" -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 ${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 - install ${S}/sample* ${D}/${docdir}/ddclient -} - -CONFFILES_${PN}_nylon = "${sysconfdir}/ddclient.conf" |