summaryrefslogtreecommitdiffstats
path: root/abs/extra/ddclient/PKGBUILD
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2011-11-25 17:31:25 (GMT)
committerJames Meyer <james.meyer@operamail.com>2011-11-25 17:31:25 (GMT)
commit08f02759a0e1fac5e8f387bcc85a7ed5805d9100 (patch)
tree4515f3a16f96c528f4a4b933c1044f8a64e8dc9d /abs/extra/ddclient/PKGBUILD
parent7b556fcdbe7739d97221009e3c291d2ae7c2b4a5 (diff)
downloadlinhes_pkgbuild-08f02759a0e1fac5e8f387bcc85a7ed5805d9100.zip
linhes_pkgbuild-08f02759a0e1fac5e8f387bcc85a7ed5805d9100.tar.gz
linhes_pkgbuild-08f02759a0e1fac5e8f387bcc85a7ed5805d9100.tar.bz2
ddclient: Add back ddforeground client. Without this ddclient will not work with runit.
Not for sure why we are using ddclient again instead of indyn refs #797
Diffstat (limited to 'abs/extra/ddclient/PKGBUILD')
-rw-r--r--abs/extra/ddclient/PKGBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/abs/extra/ddclient/PKGBUILD b/abs/extra/ddclient/PKGBUILD
index 4942d7b..77be4a8 100644
--- a/abs/extra/ddclient/PKGBUILD
+++ b/abs/extra/ddclient/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=ddclient
pkgver=3.8.0
-pkgrel=2
+pkgrel=4
pkgdesc="Update dynamic DNS entries for accounts on many dynamic DNS services."
arch=('any')
url="http://ddclient.sourceforge.net/"
@@ -12,13 +12,11 @@ license=('GPL2')
depends=('perl' 'perl-io-socket-ssl')
backup=('etc/ddclient/ddclient.conf' 'etc/conf.d/ddclient')
install=ddclient.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2 ddclient.rc ddclient.conf.d)
-md5sums=('6cac7a5eb1da781bfd4d98cef0b21f8e'
- '7035bf8132f3517a59167f61ee5e8b90'
- 'b8f39c82827776da948b76ef83544d33')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2 ddclient.rc ddclient.conf.d ddclient-foreground.patch)
build() {
cd ${srcdir}/ddclient-${pkgver}
+ patch < ${srcdir}/ddclient-foreground.patch
# core files
install -D -m755 ddclient ${pkgdir}/usr/sbin/ddclient
@@ -33,3 +31,7 @@ build() {
install -D -m644 sample-etc_dhcpc_dhcpcd-eth0.exe ${pkgdir}/etc/ddclient/samples/sample-etc_dhcpc_dhcpcd-eth0.exe
install -D -m644 sample-etc_ppp_ip-up.local ${pkgdir}/etc/ddclient/samples/sample-etc_ppp_ip-up.local
}
+md5sums=('6cac7a5eb1da781bfd4d98cef0b21f8e'
+ '7035bf8132f3517a59167f61ee5e8b90'
+ 'b8f39c82827776da948b76ef83544d33'
+ 'd8ffc95f98f9afcb4a06a1e192220e35')