summaryrefslogtreecommitdiff
path: root/ddclient
diff options
context:
space:
mode:
authorDanny Rawlins <romster@shortcircuit.net.au>2008-03-30 20:21:02 +1000
committerDanny Rawlins <romster@shortcircuit.net.au>2008-03-30 20:21:02 +1000
commite272e9dc092a6bda5c8a40ab98704bf5c7d8b51b (patch)
tree475d378ab8403e35f1b5f1faa180a44830090674 /ddclient
parente2dc009f61289919ad3cb73b1f2741d09b799e74 (diff)
downloadcontrib-e272e9dc092a6bda5c8a40ab98704bf5c7d8b51b.tar.gz
contrib-e272e9dc092a6bda5c8a40ab98704bf5c7d8b51b.tar.xz
ddclient: new port
Diffstat (limited to 'ddclient')
-rw-r--r--ddclient/.footprint10
-rw-r--r--ddclient/.md5sum2
-rw-r--r--ddclient/Pkgfile21
3 files changed, 33 insertions, 0 deletions
diff --git a/ddclient/.footprint b/ddclient/.footprint
new file mode 100644
index 000000000..0b9649dbd
--- /dev/null
+++ b/ddclient/.footprint
@@ -0,0 +1,10 @@
+drwxr-xr-x root/root etc/
+-rw------- root/root etc/ddclient.conf
+drwxr-xr-x root/root etc/rc.d/
+-rwxr-xr-x root/root etc/rc.d/ddclient
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/sbin/
+-rwxr-xr-x root/root usr/sbin/ddclient
+drwxr-xr-x root/root var/
+drwxr-xr-x root/root var/cache/
+drwxr-xr-x root/root var/cache/ddclient/
diff --git a/ddclient/.md5sum b/ddclient/.md5sum
new file mode 100644
index 000000000..74975a794
--- /dev/null
+++ b/ddclient/.md5sum
@@ -0,0 +1,2 @@
+f6a55bc68cf73ffe7e80d2fa5cd44f85 ddclient-3.7.3.tar.bz2
+310d03015545e0ad988f7bce0638235c ddclient.rc
diff --git a/ddclient/Pkgfile b/ddclient/Pkgfile
new file mode 100644
index 000000000..db99ee223
--- /dev/null
+++ b/ddclient/Pkgfile
@@ -0,0 +1,21 @@
+# Description: Utility for maintaining your dynamic DNS entries.
+# URL: http://ddclient.wiki.sourceforge.net/
+# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
+# Packager: Jay Dolan, jdolan at jdolan dot dyndns dot org
+# Depends on: p5-io-socket-ssl
+
+name=ddclient
+version=3.7.3
+release=1
+source=(http://dl.sf.net/ddclient/ddclient-$version.tar.bz2 \
+ ddclient.rc)
+
+build() {
+ cd ddclient-$version
+ sed -i -e 's|/etc/ddclient/|/usr/etc/|' ddclient
+ install -d $PKG/var/cache/ddclient
+ install -D -m 0755 ddclient $PKG/usr/sbin/ddclient
+ install -D -m 0755 ../ddclient.rc $PKG/etc/rc.d/ddclient
+ install -D -m 0600 sample-etc_ddclient.conf $PKG/usr/etc/ddclient.conf
+}
+

Generated by cgit